Fix PyMySQL upstream dependency bug (#13508)

PyMySQL 1.0.0 requires Python 3.6, but they did not specify that in their setup files.
Block that version so we don't break users on Python 3.5.  (Also, please update your Python)
This commit is contained in:
Tony Murray 2021-11-12 09:58:17 -06:00 committed by GitHub
parent 8ccf72ffdd
commit 3fe083eed6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
PyMySQL
PyMySQL!=1.0.0
python-dotenv
redis>=3.0
setuptools