Skip to content

Commit fc38940

Browse files
committed
Refactor requirement files to make installation easier
Closes #987
1 parent c41e33c commit fc38940

File tree

4 files changed

+49
-47
lines changed

4 files changed

+49
-47
lines changed

Diff for: base-requirements.txt

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
dj-database-url==0.3.0
2+
django-braces==1.8.1
3+
django-discover-runner==1.0
4+
django-pipeline==1.4.5
5+
django-sitetree==1.2.1
6+
django-secure==1.0.1
7+
Django==1.7.11
8+
docutils==0.12
9+
factory-boy==2.4.1
10+
Markdown==2.5.2
11+
Pillow==2.7.0
12+
psycopg2==2.6
13+
python3-openid==3.0.5
14+
lxml==3.4.4
15+
cssselect==0.9.1
16+
feedparser==5.2.1
17+
beautifulsoup4==4.3.2
18+
icalendar==3.8.4
19+
chardet2==2.0.3
20+
django-imagekit==3.2.5
21+
django-haystack==2.3.1
22+
elasticsearch==1.3.0
23+
pyelasticsearch==0.6.1
24+
django-tastypie==0.12.1
25+
26+
pytz==2016.7
27+
python-dateutil==2.4.0
28+
29+
django-timedeltafield==0.7.3
30+
31+
requests==2.5.1
32+
33+
django-jsonfield==0.9.13
34+
git+https://github.com/danirus/django-comments-xtd.git@182b54afc62e5d3967be75ac6ed8b19071764a6d
35+
36+
django-honeypot==0.4.0
37+
django-markupfield==1.3.2
38+
39+
django-allauth==0.22.0
40+
41+
django-waffle==0.11.1
42+
sqlparse<0.2 #TODO: delete this when we switch to Django 1.8 and DDT 1.5

Diff for: dev-requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
-r requirements.txt
1+
-r base-requirements.txt
22

33
# Extra stuff required for local dev
44

5+
django-debug-toolbar
56
coverage
67
ddt

Diff for: prod-requirements.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
uWSGI==2.0.10
2+
3+
raven==5.2.0

Diff for: requirements.txt

+2-46
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,2 @@
1-
dj-database-url==0.3.0
2-
django-braces==1.8.1
3-
django-discover-runner==1.0
4-
django-pipeline==1.4.5
5-
django-sitetree==1.2.1
6-
django-secure==1.0.1
7-
Django==1.7.11
8-
docutils==0.12
9-
factory-boy==2.4.1
10-
Markdown==2.5.2
11-
Pillow==2.7.0
12-
psycopg2==2.6
13-
python3-openid==3.0.5
14-
lxml==3.4.4
15-
cssselect==0.9.1
16-
feedparser==5.2.1
17-
beautifulsoup4==4.3.2
18-
icalendar==3.8.4
19-
chardet2==2.0.3
20-
django-imagekit==3.2.5
21-
django-haystack==2.3.1
22-
elasticsearch==1.3.0
23-
pyelasticsearch==0.6.1
24-
django-tastypie==0.12.1
25-
django-debug-toolbar==1.2.2
26-
27-
pytz==2016.7
28-
python-dateutil==2.4.0
29-
30-
django-timedeltafield==0.7.3
31-
32-
requests==2.5.1
33-
34-
django-jsonfield==0.9.13
35-
git+https://github.com/danirus/django-comments-xtd.git@182b54afc62e5d3967be75ac6ed8b19071764a6d
36-
37-
django-honeypot==0.4.0
38-
django-markupfield==1.3.2
39-
40-
django-allauth==0.22.0
41-
42-
uWSGI==2.0.10
43-
44-
raven==5.2.0
45-
django-waffle==0.11.1
46-
sqlparse<0.2 #TODO: delete this when we switch to Django 1.8 and DDT 1.5
1+
-r base-requirements.txt
2+
-r prod-requirements.txt

0 commit comments

Comments
 (0)