Skip to content

Commit 1105b88

Browse files
committed
update requirements.txt
1 parent f150f54 commit 1105b88

File tree

2 files changed

+41
-35
lines changed

2 files changed

+41
-35
lines changed

requirements.txt

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
1-
Django
2-
django-autoslug
3-
django-haystack
4-
django-pagedown
5-
django-uuslug
6-
jieba
7-
markdown2
8-
Pillow
9-
PyMySQL
10-
python-memcached
11-
python-slugify
12-
requests
13-
Unidecode
14-
Whoosh
15-
mistune
16-
pygments
17-
django-ipware
18-
django_compressor
1+
Django==1.10.5
2+
python-memcached==1.58
3+
django-appconf==1.0.2
4+
django-autoslug==1.9.3
5+
django-compressor==2.1.1
6+
django-debug-toolbar==1.6
7+
django-haystack==2.6.0
8+
django-ipware==1.1.6
9+
django-pagedown==0.1.1
10+
django-uuslug==1.1.8
11+
jieba==0.38
12+
markdown2==2.3.2
13+
mistune==0.7.3
14+
Pillow==4.0.0
15+
PyMySQL==0.7.9
16+
python-slugify==1.2.1
17+
requests==2.12.4
18+
sqlparse==0.2.2
19+
Unidecode==0.4.20
20+
webencodings==0.5
21+
Whoosh==2.7.4

test/requirements.txt

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
1-
Django
2-
django-autoslug
3-
django-haystack
4-
django-pagedown
5-
django-uuslug
6-
jieba
7-
markdown2
8-
Pillow
9-
PyMySQL
10-
python-slugify
11-
requests
12-
Unidecode
13-
Whoosh
14-
mistune
15-
pygments
16-
django-ipware
17-
django_compressor
1+
Django==1.10.5
2+
django-appconf==1.0.2
3+
django-autoslug==1.9.3
4+
django-compressor==2.1.1
5+
django-debug-toolbar==1.6
6+
django-haystack==2.6.0
7+
django-ipware==1.1.6
8+
django-pagedown==0.1.1
9+
django-uuslug==1.1.8
10+
jieba==0.38
11+
markdown2==2.3.2
12+
mistune==0.7.3
13+
Pillow==4.0.0
14+
PyMySQL==0.7.9
15+
python-slugify==1.2.1
16+
requests==2.12.4
17+
sqlparse==0.2.2
18+
Unidecode==0.4.20
19+
webencodings==0.5
20+
Whoosh==2.7.4

0 commit comments

Comments
 (0)