Tag: pip

  • graphene federation causing dependency issue

    graphene federation causing dependency issue

    0 Trying to use Flask-GraphQL, graphene, starlette-graphene3 and graphene-federation to integrate python code with an existing graphql server. The code worked before trying to install graphene-federation. Other trys have meant pip unable to resolve dependencies. Packages before installing federation and graphql IDE runs locally. Flask==1.0.2 Flask-GraphQL==2.0.0 graphene==2.1.3 graphql-core==2.1 graphql-relay==0.4.5 graphql-server-core==1.1.1` If I install graphene-federation then…