aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-12-15 08:41:49 +0200
committerGravatar GitHub <[email protected]>2020-12-15 08:41:49 +0200
commit13b031581763f080c2415ac2bd76e2ad40aeb8dc (patch)
tree1cbfdd2219c56c4cf8f5a590ad2e72cf3b63bc75 /pyproject.toml
parentUpdate route levels parsing to work in all platforms (diff)
parentFix f-string referencing the wrong name (diff)
Merge pull request #29 from python-discord/testing-strategies
Refactor `create_route_map`
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 41e5165..6130f73 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -17,6 +17,7 @@ httpx = "^0.16.1"
gunicorn = "^20.0.4"
pydantic = "^1.7.2"
pydnsbl = "^1.1"
+pytest = "^6.2.0"
[tool.poetry.dev-dependencies]
flake8 = "^3.8.4"