📌 Change ^0.12.0 to ^0.12 for allowing minor updating

This commit is contained in:
Boger 2020-03-12 20:42:21 +03:00
parent 086806e202
commit f2c07ab202
3 changed files with 112 additions and 51 deletions

View file

@ -32,13 +32,13 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.7"
httpx = "^0.12"
aiohttp = "^3.6"
pydantic = "^1.2"
Babel = "^2.7"
aiofiles = "^0.4.0"
uvloop = {version = "^0.14.0", markers = "sys_platform == 'darwin' or sys_platform == 'linux'", optional = true}
async_lru = "^1.0"
httpx = "^0.12.0"
[tool.poetry.dev-dependencies]
uvloop = {version = "^0.14.0", markers = "sys_platform == 'darwin' or sys_platform == 'linux'"}