colonelrascals 7 years ago
parent
commit
9da0b432ea
1 changed files with 15 additions and 25 deletions
  1. 15 25
      requirements.txt

+ 15 - 25
requirements.txt

@@ -1,27 +1,17 @@
-beautifulsoup4==4.6.0
-bleach==2.0.0
-certifi==2018.1.18
-chardet==3.0.4
-Django==1.11.10
-django-crispy-forms==1.6.1
-django-debug-toolbar==1.9.1
-django-htmlmin==0.10.0
-django-mptt==0.8.7
-djangorestframework==3.6.4
+django~=1.11.1
+djangorestframework~=3.6.3
+beautifulsoup4~=4.6.0
+bleach~=2.0.0
+django-debug-toolbar~=1.8
+django-crispy-forms~=1.6.1
+django-htmlmin~=0.10.0
+django-mptt~=0.8.7
 Faker==0.8.11
 html5lib==0.999999999
-idna==2.6
-Markdown==2.6.11
-olefile==0.45.1
-path.py==10.3.1
-Pillow==4.1.1
-psycopg2==2.7.4
-python-dateutil==2.6.1
-pytz==2018.3
-requests==2.18.4
-six==1.11.0
-sqlparse==0.2.4
-text-unidecode==1.2
-Unidecode==0.4.21
-urllib3==1.22
-webencodings==0.5.1
+markdown~=2.6.8
+path.py~=10.3.1
+pillow~=4.1.1
+psycopg2~=2.7.1
+pytz
+requests<3
+unidecode~=0.4.20