Skip to content

Commit

Permalink
Add some missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rfleschenberg committed Nov 8, 2016
1 parent a0cf0e8 commit c0587e3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements/common.txt
Expand Up @@ -26,6 +26,7 @@ djangocms-bootstrap3==0.1.1
djangocms-cascade==0.11.0
djangocms-text-ckeditor==3.0.1
djangorestframework==3.2.5
django-formtools==1.0
drf-haystack==1.5.6
easy-thumbnails==2.3
elasticsearch==1.7.0
Expand All @@ -48,3 +49,4 @@ urllib3==1.12
virtualenv==13.1.2
wheel==0.24.0
bs4==0.0.1
python-dateutil==2.5.3
1 change: 1 addition & 0 deletions requirements/test.txt
Expand Up @@ -6,3 +6,4 @@ pytest-django==2.9.1
mock==1.3.0
tox==2.1.1
cssselect==0.9.1
pbr==1.10.0
1 change: 1 addition & 0 deletions requirements/test_py2.txt
@@ -1,2 +1,3 @@
-r test.txt
-r py2.txt
funcsigs==1.0.2
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -55,6 +55,7 @@ def convert(filename, fmt):
'Django-Select2>=5.8.9',
'django-rest-auth>=0.5.0',
'django-admin-sortable2>=0.6.4',
'django-formtools>=1.0',
'bs4>=0.0.1',
],
# Note: this requires setuptools >= 18.0.
Expand Down

0 comments on commit c0587e3

Please sign in to comment.