diff options
author | 2020-12-17 09:30:48 +0200 | |
---|---|---|
committer | 2020-12-17 09:30:48 +0200 | |
commit | 3d4038b4d96fddaec545682fbb83481299c1029e (patch) | |
tree | 7fa8e7a118499d7020a80ff5074253a1973af488 /pyproject.toml | |
parent | Merge pull request #38 from python-discord/submission-timestamp (diff) | |
parent | Merge branch 'main' into docs/api-spec (diff) |
Merge pull request #37 from python-discord/docs/api-spec
Provide HTML documentation of endpoints
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 774dc4c..b14e876 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" +spectree = "^0.3.16" [tool.poetry.dev-dependencies] flake8 = "^3.8.4" |