|
@@ -6,6 +6,8 @@ chardet==3.0.4
|
6
|
6
|
Django==1.11.20
|
7
|
7
|
django-contrib-comments==1.9.0
|
8
|
8
|
django-modeltranslation==0.12.2
|
|
9
|
+django-ranged-response==0.2.0
|
|
10
|
+django-simple-captcha==0.5.10
|
9
|
11
|
filebrowser-safe==0.5.0
|
10
|
12
|
future==0.17.1
|
11
|
13
|
grappelli-safe==0.5.1
|
|
@@ -16,6 +18,7 @@ mccabe==0.6.1
|
16
|
18
|
Mezzanine==4.3.1
|
17
|
19
|
oauthlib==3.0.1
|
18
|
20
|
Pillow==5.4.1
|
|
21
|
+psycopg2==2.7.7
|
19
|
22
|
pylint==2.2.2
|
20
|
23
|
pytz==2018.9
|
21
|
24
|
requests==2.21.0
|
|
@@ -27,5 +30,3 @@ tzlocal==1.5.1
|
27
|
30
|
urllib3==1.24.1
|
28
|
31
|
webencodings==0.5.1
|
29
|
32
|
wrapt==1.11.1
|
30
|
|
-psycopg2==2.7.6.1
|
31
|
|
-
|