Skip to content

Instantly share code, notes, and snippets.

@SamuelMarks
Created February 17, 2015 13:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SamuelMarks/684b7737e2d54965f1ef to your computer and use it in GitHub Desktop.
Save SamuelMarks/684b7737e2d54965f1ef to your computer and use it in GitHub Desktop.
pip freeze
beautifulsoup4==4.3.2
bettertutors-rest-api==0.2.5
bettertutors-user-api==0.2.8
bottle==0.12.8
gunicorn==19.2.1
six==1.9.0
waitress==0.8.9
WebOb==1.4
WebTest==2.0.18
@SamuelMarks
Copy link
Author

As you can see, bettertutors-sql-models isn't being installed… this package is 3 levels deep. I.e.: rest-api deps on user-api, user-api deps on sql-models.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment