Skip to content

created base and prod requirements file as suggested. #1025

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions base-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
dj-database-url==0.3.0
django-braces==1.8.1
django-discover-runner==1.0
django-pipeline==1.4.5
django-sitetree==1.2.1
django-secure==1.0.1
Django==1.7.11
docutils==0.12
factory-boy==2.4.1
Markdown==2.5.2
Pillow==2.7.0
psycopg2==2.6
python3-openid==3.0.5
lxml==3.4.4
cssselect==0.9.1
feedparser==5.2.1
beautifulsoup4==4.3.2
icalendar==3.8.4
chardet2==2.0.3
django-imagekit==3.2.5
django-haystack==2.3.1
elasticsearch==1.3.0
pyelasticsearch==0.6.1
django-tastypie==0.12.1

pytz==2016.6.1
python-dateutil==2.4.0

django-timedeltafield==0.7.3

requests==2.5.1

django-jsonfield==0.9.13
git+https://github.com/danirus/django-comments-xtd.git@182b54afc62e5d3967be75ac6ed8b19071764a6d

django-honeypot==0.4.0
django-markupfield==1.3.2

django-allauth==0.22.0

django-waffle==0.11.1
sqlparse<0.2 #TODO: delete this when we switch to Django 1.8 and DDT 1.5
3 changes: 2 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
-r requirements.txt
-r base-requirements.txt

# Extra stuff required for local dev

django-debug-toolbar==1.2.2
coverage
ddt
3 changes: 3 additions & 0 deletions prod-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
uWSGI==2.0.10

raven==5.2.0
48 changes: 2 additions & 46 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,46 +1,2 @@
dj-database-url==0.3.0
django-braces==1.8.1
django-discover-runner==1.0
django-pipeline==1.4.5
django-sitetree==1.2.1
django-secure==1.0.1
Django==1.7.11
docutils==0.12
factory-boy==2.4.1
Markdown==2.5.2
Pillow==2.7.0
psycopg2==2.6
python3-openid==3.0.5
lxml==3.4.4
cssselect==0.9.1
feedparser==5.2.1
beautifulsoup4==4.3.2
icalendar==3.8.4
chardet2==2.0.3
django-imagekit==3.2.5
django-haystack==2.3.1
elasticsearch==1.3.0
pyelasticsearch==0.6.1
django-tastypie==0.12.1
django-debug-toolbar==1.2.2

pytz==2016.6.1
python-dateutil==2.4.0

django-timedeltafield==0.7.3

requests==2.5.1

django-jsonfield==0.9.13
git+https://github.com/danirus/django-comments-xtd.git@182b54afc62e5d3967be75ac6ed8b19071764a6d

django-honeypot==0.4.0
django-markupfield==1.3.2

django-allauth==0.22.0

uWSGI==2.0.10

raven==5.2.0
django-waffle==0.11.1
sqlparse<0.2 #TODO: delete this when we switch to Django 1.8 and DDT 1.5
-r base-requirements.txt
-r prod-requirements.txt