Skip to content

Commit

Permalink
Copy the dependencies into a requirements.in
Browse files Browse the repository at this point in the history
  • Loading branch information
dstufft committed Nov 19, 2015
1 parent 44a0760 commit 8c65bd2
Show file tree
Hide file tree
Showing 7 changed files with 58 additions and 239 deletions.
29 changes: 0 additions & 29 deletions MANIFEST.in

This file was deleted.

5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ default:
@echo "Must call a specific subcommand"
@exit 1

update-deps:
pip-compile requirements.in > requirements.txt

.tox/translations:
tox -e translations --notest

Expand All @@ -27,4 +30,4 @@ init-translations: .tox/translations
compile-translations: .tox/translations
.tox/translations/bin/pybabel compile -f -D warehouse -d warehouse/translations

.PHONY: clean extract-translations init-translations compile-translations
.PHONY: clean extract-translations init-translations compile-translations update-deps
45 changes: 45 additions & 0 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Extra Locations
-f https://github.com/benoitc/gunicorn/archive/master.zip#egg=gunicorn-19.4.dev

# Application Dependencies
alembic>=0.7.0
Babel
bcrypt
boto3
celery>=3.1
certifi
click
elasticsearch>=2.0.0,<3.0.0
elasticsearch_dsl
hiredis
html5lib
itsdangerous
Jinja2>=2.8
msgpack-python
packaging>=15.2
paginate>=0.5.2
passlib>=1.6.4
psycopg2
pyramid>=1.6b2
pyramid_jinja2>=2.5
pyramid_multiauth
pyramid_rpc>=0.7
pyramid_services
pyramid_tm>=0.12
raven
readme>=0.6.0
requests
redis>=2.8.0
rfc3986
setuptools
sqlalchemy>=0.9
sqlalchemy-citext
structlog
transaction
WTForms>=2.0.0
zope.sqlalchemy

# Deployment Dependencies
gevent>=1.1a1
gunicorn>=19.4.dev
setproctitle
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# This file is autogenerated by pip-compile
# Make changes in setup.py, then run this to update:
# Make changes in requirements.in, then run this to update:
#
# $ invoke pip.compile
# pip-compile requirements.in
#

-f https://github.com/benoitc/gunicorn/archive/master.zip#egg=gunicorn-19.4.dev
Expand All @@ -22,14 +22,14 @@ cffi==1.3.1 # via bcrypt
click==5.1
docutils==0.12 # via botocore, readme
elasticsearch-dsl==0.0.9
elasticsearch==2.1.0 # via elasticsearch-dsl
elasticsearch==2.1.0
gevent==1.1rc1
greenlet==0.4.9 # via gevent
gunicorn==19.4.dev0
hiredis==0.2.0
html5lib==0.9999999 # via bleach
html5lib==0.9999999
itsdangerous==0.24
jinja2==2.8 # via pyramid-jinja2
jinja2==2.8
jmespath==0.9.0 # via boto3, botocore
kombu==3.0.29 # via celery
mako==1.0.3 # via alembic
Expand All @@ -47,7 +47,7 @@ pyramid-multiauth==0.5.0
pyramid-rpc==0.7.2
pyramid-services==0.2
pyramid-tm==0.12
pyramid==1.6b2 # via pyramid-jinja2, pyramid-multiauth, pyramid-rpc, pyramid-services, pyramid-tm
pyramid==1.6b2
python-dateutil==2.4.2 # via botocore, elasticsearch-dsl
python-editor==0.4 # via alembic
pytz==2015.7 # via babel, celery
Expand All @@ -60,9 +60,9 @@ rfc3986==0.3.0
setproctitle==1.1.9
six==1.10.0 # via bcrypt, bleach, elasticsearch-dsl, html5lib, python-dateutil, readme
sqlalchemy-citext==1.3.post0
sqlalchemy==1.0.9 # via alembic, sqlalchemy-citext, zope.sqlalchemy
sqlalchemy==1.0.9
structlog==15.3.0
transaction==1.4.4 # via pyramid-tm, zope.sqlalchemy
transaction==1.4.4
translationstring==1.3 # via pyramid
urllib3==1.12 # via elasticsearch
venusian==1.0 # via pyramid, pyramid-rpc
Expand All @@ -74,4 +74,4 @@ zope.sqlalchemy==0.7.6

# The following packages are commented out because they are
# considered to be unsafe in a requirements file:
# setuptools==18.5 # via pyramid, zope.deprecation, zope.interface, zope.sqlalchemy
# setuptools==18.5
115 changes: 0 additions & 115 deletions setup.py

This file was deleted.

17 changes: 0 additions & 17 deletions tasks/__init__.py

This file was deleted.

68 changes: 0 additions & 68 deletions tasks/pip.py

This file was deleted.

0 comments on commit 8c65bd2

Please sign in to comment.