Skip to content

Commit 936e9e6

Browse files
committed
update requirements
1 parent 1105b88 commit 936e9e6

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

requirements.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
Django==1.10.5
2-
python-memcached==1.58
32
django-appconf==1.0.2
43
django-autoslug==1.9.3
54
django-compressor==2.1.1
@@ -12,10 +11,16 @@ jieba==0.38
1211
markdown2==2.3.2
1312
mistune==0.7.3
1413
Pillow==4.0.0
14+
Pygments==2.1.3
1515
PyMySQL==0.7.9
16+
python-memcached==1.58
1617
python-slugify==1.2.1
18+
pytz==2016.10
19+
rcssmin==1.0.6
1720
requests==2.12.4
21+
rjsmin==1.0.12
22+
six==1.10.0
1823
sqlparse==0.2.2
1924
Unidecode==0.4.20
2025
webencodings==0.5
21-
Whoosh==2.7.4
26+
Whoosh==2.7.4

test/requirements.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,15 @@ jieba==0.38
1111
markdown2==2.3.2
1212
mistune==0.7.3
1313
Pillow==4.0.0
14+
Pygments==2.1.3
1415
PyMySQL==0.7.9
1516
python-slugify==1.2.1
17+
pytz==2016.10
18+
rcssmin==1.0.6
1619
requests==2.12.4
20+
rjsmin==1.0.12
21+
six==1.10.0
1722
sqlparse==0.2.2
1823
Unidecode==0.4.20
1924
webencodings==0.5
20-
Whoosh==2.7.4
25+
Whoosh==2.7.4

0 commit comments

Comments
 (0)