-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to MySQL 8 and upgrade all python packages
- Loading branch information
1 parent
2bc3cd8
commit c45e69d
Showing
7 changed files
with
23 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
Django==2.2.12 | ||
django-filter==2.2 | ||
djangorestframework==3.11.0 | ||
Django==2.2.24 | ||
django-filter==2.4.0 | ||
djangorestframework==3.12.4 | ||
django-cors-middleware==1.5.0 | ||
mysqlclient==1.4.6 | ||
python-swiftclient==3.9.0 | ||
mysqlclient==2.0.3 | ||
mysql-connector-python==8.0.25 | ||
python-swiftclient==3.12.0 | ||
django-storage-swift==1.2.19 | ||
mod-wsgi==4.7.1 | ||
environs==7.4.0 | ||
mod-wsgi==4.8.0 | ||
environs==9.3.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Local development dependencies go here | ||
-r base.txt | ||
django-debug-toolbar==2.2 | ||
django-extensions==2.2.9 | ||
django-debug-toolbar==3.2.1 | ||
django-extensions==3.1.3 | ||
collection-json==0.1.1 | ||
coverage==5.1 | ||
pylint==2.5.2 | ||
flake8==3.7.9 | ||
isort==4.3.21 | ||
coverage==5.5 | ||
pylint==2.9.1 | ||
flake8==3.9.2 | ||
isort==5.9.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters