The pinned versions haven't been updated in 2 years and for example mysqlclient==1.3.12 will not build anymore with Python3.8. I'm also pretty sure it's a terrible idea to pin a 4 year old TZ library.
TL;DR; Please update requirements, preferably to specify minimum versions required instead of pinning exact severely outdated versions.
The pinned versions haven't been updated in 2 years and for example
mysqlclient==1.3.12will not build anymore with Python3.8. I'm also pretty sure it's a terrible idea to pin a 4 year old TZ library.TL;DR; Please update requirements, preferably to specify minimum versions required instead of pinning exact severely outdated versions.