pip install pytest
This commit is contained in:
parent
31b9b1b717
commit
6c37d49bbf
|
@ -1,4 +1,5 @@
|
||||||
aiohttp==3.7.4.post0
|
aiohttp==3.7.4.post0
|
||||||
|
astroid==2.8.0
|
||||||
async-timeout==3.0.1
|
async-timeout==3.0.1
|
||||||
attrs==21.2.0
|
attrs==21.2.0
|
||||||
autopep8==1.5.7
|
autopep8==1.5.7
|
||||||
|
@ -7,13 +8,25 @@ chardet==4.0.0
|
||||||
discord==1.7.3
|
discord==1.7.3
|
||||||
discord.py==1.7.3
|
discord.py==1.7.3
|
||||||
idna==3.2
|
idna==3.2
|
||||||
|
iniconfig==1.1.1
|
||||||
|
isort==5.9.3
|
||||||
|
lazy-object-proxy==1.6.0
|
||||||
|
mccabe==0.6.1
|
||||||
multidict==5.1.0
|
multidict==5.1.0
|
||||||
|
packaging==21.0
|
||||||
|
platformdirs==2.3.0
|
||||||
|
pluggy==1.0.0
|
||||||
|
py==1.10.0
|
||||||
pycodestyle==2.7.0
|
pycodestyle==2.7.0
|
||||||
pycparser==2.20
|
pycparser==2.20
|
||||||
|
pylint==2.11.1
|
||||||
PyNaCl==1.4.0
|
PyNaCl==1.4.0
|
||||||
|
pyparsing==2.4.7
|
||||||
|
pytest==6.2.5
|
||||||
python-dotenv==0.19.0
|
python-dotenv==0.19.0
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
toml==0.10.2
|
toml==0.10.2
|
||||||
typing-extensions==3.10.0.2
|
typing-extensions==3.10.0.2
|
||||||
|
wrapt==1.12.1
|
||||||
yarl==1.6.3
|
yarl==1.6.3
|
||||||
youtube-dl==2021.6.6
|
youtube-dl==2021.6.6
|
||||||
|
|
Loading…
Reference in New Issue