Skip to content

Commit d5dae43

Browse files
author
thenamesweretakenalready
committed
💚:arrow_up Add python-dotenv, split dev dependencies from lib dependencies
1 parent 7075d0a commit d5dae43

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,14 @@ python = "^3.9"
1010
urllib3 = "^1.26.2"
1111
aiohttp = "^3.7.4"
1212
simplejson = "^3.17.2"
13+
14+
15+
[tool.poetry.dev-dependencies]
16+
python-dotenv = "^0.19.0"
1317
black = "^21.6b0"
1418
pytest = "^6.2.4"
1519
pytest-asyncio = "^0.15.1"
1620

17-
[tool.poetry.dev-dependencies]
1821

1922
[build-system]
2023
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)