fix: misc python3 changes
parent
38d691f6
No related branches found
No related tags found
Showing
- requirements.txt 16 additions, 16 deletionsrequirements.txt
- smash/smash/urls.py 3 additions, 1 deletionsmash/smash/urls.py
- smash/web/migrations/0120_holiday_kind.py 1 addition, 1 deletionsmash/web/migrations/0120_holiday_kind.py
- smash/web/models/mail_template.py 53 additions, 18 deletionssmash/web/models/mail_template.py
- smash/web/urls.py 1 addition, 1 deletionsmash/web/urls.py
- smash/web/widgets/secure_file_widget.py 1 addition, 1 deletionsmash/web/widgets/secure_file_widget.py
... | @@ -3,21 +3,21 @@ asn1crypto==0.24.0 | ... | @@ -3,21 +3,21 @@ asn1crypto==0.24.0 |
Babel==2.6.0 | Babel==2.6.0 | ||
backports.functools-lru-cache==1.5 | backports.functools-lru-cache==1.5 | ||
certifi==2018.8.24 | certifi==2018.8.24 | ||
cffi==1.11.5 | cffi==1.14.2 | ||
chardet==3.0.4 | chardet==3.0.4 | ||
coverage==4.5.1 | coverage==4.5.1 | ||
cryptography==2.3.1 | cryptography==2.3.1 | ||
cycler==0.10.0 | cycler==0.10.0 | ||
Django==1.11.5 | Django==1.11.17 | ||
django-cleanup==0.4.2 | django-cleanup==4.0.0 | ||
django-common-helpers==0.9.2 | django-common-helpers==0.9.2 | ||
django-cron==0.5.0 | django-cron==0.5.0 | ||
django-excel==0.0.9 | django-excel==0.0.9 | ||
django-formtools==2.1 | django-formtools==2.2 | ||
django-otp==0.5.0 | django-otp==0.9.4 | ||
django-phonenumber-field==1.3.0 | django-phonenumber-field==1.3.0 | ||
django-stronghold==0.2.9 | django-stronghold==0.2.9 | ||
django-two-factor-auth==1.6.1 | django-two-factor-auth==1.9.1 | ||
enum34==1.1.6 | enum34==1.1.6 | ||
Faker==0.9.2 | Faker==0.9.2 | ||
funcsigs==1.0.2 | funcsigs==1.0.2 | ||
... | @@ -25,30 +25,30 @@ gunicorn==19.6.0 | ... | @@ -25,30 +25,30 @@ gunicorn==19.6.0 |
idna==2.7 | idna==2.7 | ||
ipaddress==1.0.22 | ipaddress==1.0.22 | ||
kiwisolver==1.0.1 | kiwisolver==1.0.1 | ||
lml==0.0.1 | lml==0.0.4 | ||
luhn==0.2.0 | luhn==0.2.0 | ||
lxml==3.7.3 | lxml==4.5.2 | ||
matplotlib==2.2.3 | matplotlib==2.2.3 | ||
mockito==1.1.1 | mockito==1.1.1 | ||
nexmo==2.3.0 | nexmo==2.3.0 | ||
numpy==1.15.2 | numpy==1.15.4 | ||
pandas==0.23.4 | pandas==1.1.3 | ||
phonenumberslite==8.9.14 | phonenumberslite==8.9.14 | ||
Pillow==3.4.2 | Pillow==3.4.2 | ||
psycopg2==2.7.6.1 | psycopg2==2.8.6 | ||
pycparser==2.19 | pycparser==2.19 | ||
pyexcel==0.5.3 | pyexcel==0.6.4 | ||
pyexcel-io==0.5.9.1 | pyexcel-io==0.5.19 | ||
pyexcel-webio==0.1.4 | pyexcel-webio==0.1.4 | ||
pyexcel-xls==0.5.0 | pyexcel-xls==0.5.9 | ||
PyJWT==1.6.4 | PyJWT==1.6.4 | ||
pyparsing==2.2.2 | pyparsing==2.2.2 | ||
python-dateutil==2.7.3 | python-dateutil==2.7.3 | ||
python-docx==0.8.6 | python-docx==0.8.6 | ||
pytz==2016.10 | pytz==2017.2 | ||
qrcode==4.0.4 | qrcode==4.0.4 | ||
requests==2.19.1 | requests==2.19.1 | ||
six==1.11.0 | six==1.15.0 | ||
sqlparse==0.2.4 | sqlparse==0.2.4 | ||
subprocess32==3.5.2 | subprocess32==3.5.2 | ||
text-unidecode==1.2 | text-unidecode==1.2 | ||
... | ... |
Please register or sign in to comment