Add python-dateutil to primary deps and lock six with it (#4622)

This commit is contained in:
jack1142 2020-11-18 22:12:29 +01:00 committed by GitHub
parent 6060da0f87
commit f1d2be58c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -56,6 +56,7 @@ install_requires =
PyYAML==5.3.1
Red-Lavalink==0.7.1
schema==0.7.2
six==1.15.0
tqdm==4.48.0
typing-extensions==3.7.4.2
uvloop==0.14.0; sys_platform != "win32" and platform_python_implementation == "CPython"
@ -73,7 +74,6 @@ docs =
Pygments==2.6.1
pyparsing==2.4.7
requests==2.24.0
six==1.15.0
snowballstemmer==2.0.0
Sphinx==3.1.2
sphinx-rtd-theme==0.5.0
@ -109,7 +109,6 @@ test =
pytest==6.0.1
pytest-asyncio==0.14.0
pytest-mock==3.2.0
six==1.15.0
toml==0.10.1
wrapt==1.12.1
all =

View File

@ -18,6 +18,7 @@ install_requires =
distro; sys_platform == "linux"
fuzzywuzzy
markdown
python-dateutil
python-Levenshtein-wheels
PyYAML
Red-Lavalink