Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

requirements.txt #366

Closed
msabramo opened this issue Mar 3, 2015 · 1 comment
Closed

requirements.txt #366

msabramo opened this issue Mar 3, 2015 · 1 comment

Comments

@msabramo
Copy link
Contributor

msabramo commented Mar 3, 2015

Should we have a requirements.txt:

  1. In general so that we're all using the same packages.
  2. Because warehouse seems to rely on an unreleased version of pyramid, so we probably need a requirements.txt that points pip at the pyramid git repo?
$ pip install -e .
Obtaining file:///Users/marca/dev/git-repos/warehouse
  Running setup.py (path:/Users/marca/dev/git-repos/warehouse/setup.py) egg_info for package from file:///Users/marca/dev/git-repos/warehouse
...
Downloading/unpacking pyramid>=1.6.dev0 (from warehouse==15.0.dev0)
  Could not find a version that satisfies the requirement pyramid>=1.6.dev0 (from warehouse==15.0.dev0) (from versions: 1.5.3, 1.5.2, 1.5.4, 1.0.1, 1.0.2, 1.0, 1.0a1, 1.0a10, 1.0a2, 1.0a3, 1.0a4, 1.0a5, 1.0a6, 1.0a7, 1.0a8, 1.0a9, 1.0b1, 1.0b2, 1.0b3, 1.1.1, 1.1.2, 1.1.3, 1.1, 1.1a1, 1.1a2, 1.1a3, 1.1a4, 1.1b1, 1.1b2, 1.1b3, 1.1b4, 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.2.5, 1.2.6, 1.2.7, 1.2, 1.2a1, 1.2a2, 1.2a3, 1.2a4, 1.2a5, 1.2a6, 1.2b1, 1.2b2, 1.2b3, 1.3.1, 1.3.2, 1.3.3, 1.3.4, 1.3, 1.3a1, 1.3a2, 1.3a3, 1.3a4, 1.3a5, 1.3a6, 1.3a7, 1.3a8, 1.3a9, 1.3b1, 1.3b2, 1.3b3, 1.4.1, 1.4.2, 1.4.3, 1.4.4, 1.4.5, 1.4.6, 1.4, 1.4a1, 1.4a2, 1.4a3, 1.4a4, 1.4b1, 1.4b2, 1.4b3, 1.5.1, 1.5.2, 1.5.3, 1.5.4, 1.5, 1.5a1, 1.5a2, 1.5a3, 1.5a4, 1.5b1)
Cleaning up...
No distributions matching the version for pyramid>=1.6.dev0 (from warehouse==15.0.dev0)
Storing debug log for failure in /Users/marca/.pip/pip.log
msabramo added a commit to msabramo/warehouse that referenced this issue Mar 3, 2015
@msabramo
Copy link
Contributor Author

msabramo commented Mar 3, 2015

This already exists at dev/requirements.txt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant