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 manually typing every project dependency wouldn't it be better if the dependencies were extracted from the environment using pip freeze > requirements.txt as it is done widely in python community?