-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ahmedsebit
authored and
Ahmedsebit
committed
May 8, 2017
1 parent
d71bc22
commit f3d5b35
Showing
2 changed files
with
30 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |