1
0
Fork 0

Bump 'mysqlclient' version, refresh requirements

This should fix failing 'Read the Docs' documentation generation since
presence of 'mysql' executable is not a checked when installing a wheel
package.

Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
spacecruft
Vasilis Tsiligiannis 2020-11-09 18:23:34 +02:00
parent fce52ec637
commit a3866f180b
3 changed files with 21 additions and 23 deletions

View File

@ -13,22 +13,21 @@ docopt==0.6.1
docopts==0.6.1
execnet==1.7.1
factory-boy==2.12.0
Faker==4.1.3
Faker==4.1.8
filelock==3.0.12
iniconfig==1.0.1
iniconfig==1.1.1
mock==4.0.2
more-itertools==8.5.0
packaging==20.4
pluggy==0.13.1
pur==5.3.0
py==1.9.0
pyparsing==2.4.7
pytest==6.0.2
pytest==6.1.2
pytest-cov==2.10.1
pytest-django==3.9.0
pytest-forked==1.2.0
pytest-xdist==1.33.0
text-unidecode==1.3
toml==0.10.1
toml==0.10.2
tox==3.16.0
virtualenv==20.0.31
virtualenv==20.1.0

View File

@ -4,17 +4,17 @@
# './contrib/refresh-requirements.sh to regenerate this file
amqp==2.6.1
attrs==20.2.0
attrs==20.3.0
billiard==3.6.3.0
cachetools==4.1.1
celery==4.4.7
certifi==2020.6.20
certifi==2020.11.8
cffi==1.14.3
chardet==3.0.4
cryptography==3.1.1
defusedxml==0.6.0
cryptography==3.2.1
defusedxml==0.7.0rc1
dj-database-url==0.5.0
Django==2.2.16
Django==2.2.17
django-allauth==0.42.0
django-appconf==1.0.4
django-avatar==5.0.0
@ -30,10 +30,10 @@ django-jsonfield==1.3.1
django-redis-cache==2.0.0
django-shortuuidfield==0.1.3
django-widget-tweaks==1.4.8
djangorestframework==3.11.1
djangorestframework==3.11.2
dnspython==1.16.0
enum34==1.1.10
eventlet==0.28.0
eventlet==0.29.1
frozendict==1.2
greenlet==0.4.17
gunicorn==19.9.0
@ -44,14 +44,13 @@ influxdb==5.3.0
kaitaistruct==0.9
kombu==4.6.11
Logbook==1.5.3
lxml==4.5.2
lxml==4.6.1
Markdown==3.2.2
monotonic==1.5
msgpack==0.6.1
mysqlclient==1.4.6
numpy==1.19.2
mysqlclient==2.0.1
numpy==1.19.4
oauthlib==3.1.0
Pillow==7.2.0
Pillow==8.0.1
pycparser==2.20
PyJWT==1.7.1
PyLD==2.0.3
@ -59,7 +58,7 @@ python-dateutil==2.8.1
python-decouple==3.1
python-dotenv==0.14.0
python3-openid==3.2.0
pytz==2020.1
pytz==2020.4
PyYAML==5.3.1
rcssmin==1.0.6
redis==3.5.3
@ -78,9 +77,9 @@ six==1.15.0
social-auth-app-django==4.0.0
social-auth-core==3.3.3
spacetrack==0.15.0
sqlparse==0.3.1
sqlparse==0.4.1
Unipath==1.1
uritemplate==3.0.1
urllib3==1.25.10
urllib3==1.25.11
vine==1.3.0
zipp==3.2.0
zipp==3.4.0

View File

@ -29,7 +29,7 @@ install_requires =
django-jsonfield~=1.3.0
celery~=4.4.0
# Deployment
mysqlclient~=1.4.0
mysqlclient~=2.0.0
gunicorn[eventlet]~=19.9.0
# Cache
django-redis-cache~=2.0.0