Skip to content

Commit

Permalink
changes made on requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmedsebit authored and Ahmedsebit committed May 8, 2017
1 parent d71bc22 commit f3d5b35
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 8 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ static3==0.7.0
Unipath==1.1
webencodings==0.5.1
websocket-client==0.40.0
whitenoise==3.3.0
whitenoise==3.3.0
36 changes: 29 additions & 7 deletions requirements_devel.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,33 @@
#
# Requirements for wger during development
# Requirements for wger for production
#

# Production packages
-r requirements.txt
Django>=1.9,<1.10
django-recaptcha
reportlab
django_mobile
django-formtools>=1.0,<1.1
bleach
python-mimeparse
pillow
easy-thumbnails
django_compressor
icalendar
django-bootstrap-breadcrumbs
sphinx
django-sortedm2m
django-bower
invoke
requests

# Development packages
pep8
django-debug-toolbar
coverage
social-auth-app-django==0.1.0
social-auth-core==0.2.1

# REST API
djangorestframework>=3.2,<3.3
django-filter
django-tastypie
django-cors-headers

# Python3 compatibility
six

0 comments on commit f3d5b35

Please sign in to comment.