Skip to content

Commit 21c9b0d

Browse files
committed
add responses test dependency (update deps)
1 parent f16df56 commit 21c9b0d

File tree

4 files changed

+148
-135
lines changed

4 files changed

+148
-135
lines changed

Pipfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,23 @@ asyncmock = "*"
1010
bandit = "*"
1111
black = "==19.10b0"
1212
coveralls = "*"
13-
importlib-metadata = {version="*", markers="python_version<'3.8'"}
13+
importlib-metadata = {version = "*",markers = "python_version<'3.8'"}
1414
invoke = "*"
1515
isort = "*"
1616
pylint = "*"
1717
pytest = "*"
1818
pytest-asyncio = "*"
1919
pytest-cov = "*"
20+
responses = "*"
2021

2122
[packages]
2223
aiohttp = "*"
2324
asyncache = "*"
2425
cachetools = "*"
25-
dataclasses = {version="*", markers="python_version<'3.7'"}
26+
dataclasses = {version = "*",markers = "python_version<'3.7'"}
2627
fastapi = "*"
2728
gunicorn = "*"
28-
idna_ssl = {version="*", markers="python_version<'3.7'"}
29+
idna_ssl = {version = "*",markers = "python_version<'3.7'"}
2930
python-dateutil = "*"
3031
python-dotenv = "*"
3132
requests = "*"

0 commit comments

Comments
 (0)