Skip to content

Commit

Permalink
Refactor requirement files to make installation easier
Browse files Browse the repository at this point in the history
Closes #987
  • Loading branch information
berkerpeksag committed Jul 18, 2017
1 parent c41e33c commit fc38940
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 47 deletions.
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.7
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
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.7
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

0 comments on commit fc38940

Please # to comment.