Skip to content

Commit 4d9b848

Browse files
committed
Add missing dependency
1 parent 90394da commit 4d9b848

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

Pipfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ asyncmock = "*"
1010
bandit = "*"
1111
black = "==19.10b0"
1212
coveralls = "*"
13+
importlib-metadata = "*"
1314
invoke = "*"
1415
isort = "*"
1516
pylint = "*"
@@ -21,8 +22,10 @@ pytest-cov = "*"
2122
aiohttp = "*"
2223
asyncache = "*"
2324
cachetools = "*"
25+
dataclasses = "*"
2426
fastapi = "*"
2527
gunicorn = "*"
28+
idna_ssl = "*"
2629
python-dateutil = "*"
2730
python-dotenv = "*"
2831
requests = "*"

Pipfile.lock

Lines changed: 31 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)