diff --git a/requirements/issues.txt b/requirements/issues.txt new file mode 100644 index 0000000000000000000000000000000000000000..5db4004a7faa58c3d0129352c5888cbffb00fee3 --- /dev/null +++ b/requirements/issues.txt @@ -0,0 +1,11 @@ +# Install cryptography error: build/temp.macosx-10.13-intel-2.7/_openssl.c:483:10: fatal error: 'openssl/opensslv.h' file not found + +$ pip install cryptography --global-option=build_ext --global-option="-L/usr/local/opt/openssl/lib" --global-option="-I/usr/local/opt/openssl/include" + + +# Pillow zlib failed + +Reinstall xcode reslove + +$ xcode-select --install + diff --git a/requirements/requirements.txt b/requirements/requirements.txt index c85da3b766694ab6befb1c6e1b8658ff80889652..293c97feadfcb7490e2adfa8129b979b9876e23c 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,24 +1,58 @@ +amqp==2.1.4 +ansible==2.4.2.0 +asn1crypto==0.24.0 +bcrypt==3.1.4 +billiard==3.5.0.3 +celery==4.0.2 +certifi==2017.11.5 +cffi==1.11.2 +chardet==3.0.4 +coreapi==2.3.3 +coreschema==0.0.4 +cryptography==2.1.4 +decorator==4.1.2 Django==1.11 -django-bootstrap3>=8.2.2 -Pillow>=4.1.0 -djangorestframework>=3.6.2 -ForgeryPy -#openpyxl>=2.4.0 -celery>=4.0.2 -paramiko==2.1.2 -ansible==2.2.2.0 -django-simple-captcha>=0.5.5 -django-formtools>=2.0 -sshpubkeys>=2.2.0 -djangorestframework-bulk>=0.2.1 -django-redis-cache>=1.7.1 -requests>=2.13.0 -itsdangerous>=0.24 -eventlet -django-filter>=1.0.2 -passlib>=1.7.1 -gssapi -django-rest-swagger -django-auth-ldap -ldap3 -chardet>=3.0.4 +django-auth-ldap==1.3.0 +django-bootstrap3==9.1.0 +django-filter==1.1.0 +django-formtools==2.1 +django-ranged-response==0.2.0 +django-redis-cache==1.7.1 +django-rest-swagger==2.1.2 +django-simple-captcha==0.5.6 +djangorestframework==3.7.3 +djangorestframework-bulk==0.2.1 +ecdsa==0.13 +enum-compat==0.0.2 +eventlet==0.21.0 +ForgeryPy==0.1 +greenlet==0.4.12 +idna==2.6 +itsdangerous==0.24 +itypes==1.1.0 +Jinja2==2.10 +kombu==4.0.2 +ldap3==2.4 +MarkupSafe==1.0 +mysqlclient==1.3.12 +olefile==0.44 +openapi-codec==1.3.2 +paramiko==2.4.0 +passlib==1.7.1 +Pillow==4.3.0 +pyasn1==0.4.2 +pycparser==2.18 +pycrypto==2.6.1 +pyldap==2.4.45 +PyNaCl==1.2.1 +python-gssapi==0.6.4 +pytz==2017.3 +PyYAML==3.12 +redis==2.10.6 +requests==2.18.4 +simplejson==3.13.2 +six==1.11.0 +sshpubkeys==2.2.0 +uritemplate==3.0.0 +urllib3==1.22 +vine==1.1.4