From 61f2d0a19f5a39963c23cd58448bd729cbfd20ce Mon Sep 17 00:00:00 2001 From: filippo Date: Wed, 30 May 2018 22:58:23 +0200 Subject: [PATCH] add requirements versions --- requirements.txt | 75 ++++++++++++++++++++++++++++++++++++------------ 1 file changed, 56 insertions(+), 19 deletions(-) diff --git a/requirements.txt b/requirements.txt index d15a82d..7e4fe4d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,19 +1,56 @@ -django -django-registration -django-registration-defaults -djangorestframework -markdown -django-filter -Pillow -django-cities-light - -django-autofixture -django-tinymce4-lite -pyenchant - -requests - -channels - -django-constance -django-picklefield \ No newline at end of file +asgi-ipc==1.4.1 +asgi-redis==1.4.2 +asgiref==1.1.2 +asn1crypto==0.22.0 +attrs==17.2.0 +autobahn==17.7.1 +Automat==0.6.0 +certifi==2017.7.27.1 +cffi==1.10.0 +channels==1.1.6 +chardet==3.0.4 +constantly==15.1.0 +cryptography==2.0.3 +daphne==1.3.0 +Django==1.11.4 +django-autofixture==0.12.1 +django-autoslug==1.9.3 +django-cities-light==3.3.0 +django-constance==2.0.0 +django-filter==1.0.4 +django-picklefield==1.0.0 +django-registration==2.2 +django-registration-defaults==0.4.4 +django-tinymce4-lite==1.4.2 +djangorestframework==3.6.3 +h2==3.0.1 +hpack==3.0.0 +hyperframe==5.1.0 +hyperlink==17.3.0 +idna==2.5 +incremental==17.5.0 +Markdown==2.6.8 +msgpack-python==0.4.8 +olefile==0.44 +Pillow==4.2.1 +pkg-resources==0.0.0 +posix-ipc==1.0.0 +priority==1.3.0 +progressbar2==3.34.2 +pyasn1==0.3.2 +pyasn1-modules==0.0.11 +pycparser==2.18 +pyenchant==1.6.11 +pyOpenSSL==17.2.0 +python-utils==2.2.0 +pytz==2017.2 +redis==2.10.5 +requests==2.18.3 +service-identity==17.0.0 +six==1.10.0 +Twisted==17.5.0 +txaio==2.8.1 +Unidecode==0.4.21 +urllib3==1.22 +uWSGI==2.0.15 +zope.interface==4.4.2 \ No newline at end of file