Update dependencies

This commit is contained in:
Alex Root Junior 2020-01-05 20:12:35 +02:00
parent cb6a19c820
commit d2606b389a
2 changed files with 49 additions and 49 deletions

View file

@ -28,7 +28,6 @@ Babel = "^2.7"
aiofiles = "^0.4.0"
uvloop = {version = "^0.14.0", optional = true}
async_lru = "^1.0"
ipython = "^7.10"
[tool.poetry.dev-dependencies]
uvloop = "^0.14.0"
@ -51,6 +50,7 @@ mkautodoc = "^0.1.0"
pygments = "^2.4"
pymdown-extensions = "^6.1"
lxml = "^4.4"
ipython = "^7.10"
[tool.poetry.extras]
fast = ["uvloop"]