django常用依賴庫(docker中的ubuntu16:04 在谷歌服務器安裝)

django常用依賴庫

我使用的是docker中的ubuntu16:04 在谷歌服務器下: pip3 install -r  requirement.txt

注: 外國服務器上安裝庫就是快快快如閃電哦!! (安裝好再拉下來本地)

 requirement.txt 內容以下:

asn1crypto==0.24.0
cachetools==2.1.0
#certifi==2018.4.16
certifi==2019.3.9
cffi==1.11.5
chardet==3.0.4
#cryptography==2.3
cryptography==2.4.2
defusedxml==0.5.0
Django==2.1.4
#Django==2.2.1   mysql_BUG
django-allauth==0.36.0
django-appconf==1.0.2
django-braces==1.13.0
django-ckeditor==5.6.1
django-cors-headers==2.4.0
django-filter==2.0.0
django-haystack==2.8.1
django-imagekit==4.0.2
django-jet==1.0.7
django-js-asset==1.1.0
django-model-utils==3.1.2
django-mptt==0.9.0
django-notifications-hq==1.5.0
django-smtp-ssl==1.0
django-taggit==0.22.2
django-uuslug==1.1.8
djangorestframework==3.8.2
httplib2==0.11.3
#idna==2.7
idna==2.8
jieba==0.39
jsonfield==2.0.2
Markdown==2.6.11
oauth2client==4.1.2
oauthlib==2.1.0
payjs==1.2.5
pilkit==2.0
Pillow==5.2.0
pyasn1==0.4.4
pyasn1-modules==0.2.2
pycparser==2.18
Pygments==2.3.1
 
python-slugify==1.2.5
python3-openid==3.1.0
pytz==2018.5
requests==2.19.1
requests-oauthlib==1.0.0
rsa==3.4.2
#six==1.11.0
six==1.12.0
text-unidecode==1.2
Unidecode==1.0.22
uritemplate==3.0.0
#urllib3==1.23
urllib3==1.25.3
Whoosh==2.7.4
#PyMySQL==0.9.2
PyMySQL==0.9.3
 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章