mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 03:24:20 +00:00
🔧 Add pytest
This commit is contained in:
parent
1223ccfe31
commit
60b4b0cbf2
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@ async-timeout = "^3.0.1"
|
||||||
sentry-sdk = "^1.0.0"
|
sentry-sdk = "^1.0.0"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[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]
|
[build-system]
|
||||||
requires = ["poetry>=0.12"]
|
requires = ["poetry>=0.12"]
|
||||||
|
|
Loading…
Reference in a new issue