Hopefuly Pipfile to be parsibaly

This commit is contained in:
L1ghtn1ng 2020-05-12 21:54:40 +01:00
parent 93970419ee
commit 9c0437ce69

View file

@ -10,7 +10,7 @@ aiosqlite = "==0.13.0"
beautifulsoup4 = "==4.9.0"
dnspython = "==1.16.0"
netaddr = "==0.7.19"
plotly = "==4.7.0"
plotly = "==4.7.1"
PyYAML = "==5.3.1"
requests = "==2.23.0"
retrying = "==1.3.3"
@ -21,9 +21,9 @@ uvloop = "==0.14.0"
certifi = "==2020.4.5.1"
[dev-packages]
flake8 = "==3.7.9"
flake8 = "==3.8.0"
mypy = "==0.770"
mypy-extensions = "==0.4.3"
pyflakes = "==2.2.0"
pytest = "==5.4.1"
pytest-asyncio = "==0.12.0"
pytest =" ==5.4.2"
pytest-asyncio = "==0.12.0"