diff options
| author | 2020-12-01 20:56:49 +0000 | |
|---|---|---|
| committer | 2020-12-01 20:56:49 +0000 | |
| commit | 0e34c3bd42bba9a3274ea7f83cdce9b0b828db14 (patch) | |
| tree | 1d687734f79effb728f27a0b2dd24edc7d7ae910 /pyproject.toml | |
| parent | Merge pull request #12 from python-discord/ks123/admin-authentication (diff) | |
| parent | Ignore too long line for if statement (diff) | |
Merge pull request #11 from python-discord/ks123/models
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 999f45c..bddfb0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,7 @@ python-dotenv = "^0.14.0"  pyjwt = "^1.7.1"  httpx = "^0.16.1"  gunicorn = "^20.0.4" +pydantic = "^1.7.2"  [tool.poetry.dev-dependencies]  flake8 = "^3.8.4" | 
