1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-22 19:14:20 +00:00

🔧 Add pytest

This commit is contained in:
Steffo 2022-03-24 04:12:07 +01:00
parent 1223ccfe31
commit 60b4b0cbf2
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -33,6 +33,10 @@ async-timeout = "^3.0.1"
sentry-sdk = "^1.0.0"
[tool.poetry.dev-dependencies]
pytest = "^6.1.1"
pytest-asyncio = "^0.15.0"
sphinx = "^3.3.1"
sphinx_rtd_theme = "^0.5.0"
[build-system]
requires = ["poetry>=0.12"]