Skip to content

Commit c188058

Browse files
committed
add markers to backports
1 parent 4d9b848 commit c188058

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Pipfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ asyncmock = "*"
1010
bandit = "*"
1111
black = "==19.10b0"
1212
coveralls = "*"
13-
importlib-metadata = "*"
13+
importlib-metadata = {version="*", markers="python_version<'3.8'"}
1414
invoke = "*"
1515
isort = "*"
1616
pylint = "*"
@@ -22,10 +22,10 @@ pytest-cov = "*"
2222
aiohttp = "*"
2323
asyncache = "*"
2424
cachetools = "*"
25-
dataclasses = "*"
25+
dataclasses = {version="*", markers="python_version<'3.7'"}
2626
fastapi = "*"
2727
gunicorn = "*"
28-
idna_ssl = "*"
28+
idna_ssl = {version="*", markers="python_version<'3.7'"}
2929
python-dateutil = "*"
3030
python-dotenv = "*"
3131
requests = "*"

Pipfile.lock

Lines changed: 4 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)