Skip to content

Commit

Permalink
Requirements go in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofMadejski committed Mar 2, 2017
1 parent 5f2d033 commit b01c4cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 0 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
celery==2.4.2
kombu==2.1.3
kombu-sqlalchemy==1.1.0
SQLAlchemy~=0.9.6
requests~=2.3.0
progressbar
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,12 @@
packages=find_packages(exclude=['contrib', 'docs', 'tests*']),

install_requires=[
# Requirements defined in requirements.txt
'celery~=2.4.2',
'kombu~=2.1.3',
'kombu-sqlalchemy~=1.1.0',
'SQLAlchemy~=0.9.6',
'requests~=2.3.0',
'progressbar~=2.3'
],

# If there are data files included in your packages that need to be
Expand Down

0 comments on commit b01c4cb

Please sign in to comment.