You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of using requirements.txt to pin dependencies and using setup.py to build packages, I suggest we could utilise tools like Poetry to lock dependencies and build packages, similar to what's implemented in GraphQL Core.