Skip to content

Commit

Permalink
- Restore production/docker requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Apr 26, 2018
1 parent 65bcf74 commit 419d2e1
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,16 @@ django-treebeard<=4.2.1 # django-treebeard (4.2.1 in our ppa)
django-guardian<=1.4.9 # django-guardian (1.4.9 in our ppa)
django-downloadview<=1.9 # python-django-downloadview (1.9 in our ppa)
django-polymorphic<2.0 # python-django-polymorphic (1.3)
django-rest-swagger==2.1.2 # python-django-rest-swagger (2.1.2 in our ppa)
# django-rest-swagger==2.1.2 # python-django-rest-swagger (2.1.2 in our ppa)
django-reversion<=2.0.13 # python-django-reversion (2.0.13 in our ppa)
django-suit<=0.2.26 # python-django-suit (0.2.26 in our ppa)
django-tastypie<=0.14.0 # python-django-tastypie (0.14.0 in our ppa)
django-invitations<=1.9.2 # python-django-invitations (1.9.2 in our ppa)
django-oauth-toolkit>=0.10.0,<1.0 # python-django-oauth-toolkit (0.12.0 in our ppa)
# djangorestframework<=3.7.7 # TODO
# djangorestframework-gis<=0.12 # TODO
drf-nested-routers==0.90.0 # python-drf-nested-routers (0.90.0 in our ppa)
drf-openapi==1.3.0 # python-drf-openapi (1.3.0 in our ppa)
# drf-nested-routers==0.90.0 # python-drf-nested-routers (0.90.0 in our ppa)
# drf-openapi==1.3.0 # python-drf-openapi (1.3.0 in our ppa)
oauthlib==2.0.1 # python-oauthlib (2.0.6 in our ppa) FIXME

# geopython dependencies
Expand Down Expand Up @@ -169,6 +169,14 @@ django-multi-email-field<=0.5.1 # python-django-multi-email-field (0.5.1 in our
user-agents # python-user-agents (1.1.0 in our ppa)
xmljson # python-xmljson (0.1.9 in our ppa)

#production
uWSGI==2.0.17
gunicorn==19.7.1
#debug
ipython==5.5.0
docker==3.1.1
invoke==0.22.1

# tests
coverage<=4.5.1
factory-boy<=2.9.2
Expand Down

0 comments on commit 419d2e1

Please sign in to comment.