Skip to content

Commit

Permalink
Merge 7f70124 into d189ced
Browse files Browse the repository at this point in the history
  • Loading branch information
fphammerle committed Nov 27, 2020
2 parents d189ced + 7f70124 commit 2a6568c
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 57 deletions.
6 changes: 4 additions & 2 deletions Pipfile
Expand Up @@ -17,17 +17,19 @@ pytest = "*"
pytest-cov = "*"

# python3.5 compatibility
# https://github.com/python/importlib_metadata/commit/107f9029fd5807c6579b881db19e11a0488f0675
importlib-metadata = "<3"
isort = "<5"
# workaround https://github.com/pytest-dev/pytest/issues/3953
pathlib2 = {version = "*", markers="python_version < '3.6'"}
# https://github.com/jaraco/zipp/commit/05a3c52b4d41690e0471a2e283cffb500dc0329a
zipp = "<2"

# python3.8 compatibility
# workaround https://github.com/WanzenBug/pylint-import-requirements/issues/17
importlib-metadata = "*"
# workaround pipenv unexpectedly adding marker "python_version < '3.8'"
typed-ast = "*"

[requires]
python_version = "3"

# Pipfile syntax: https://github.com/pypa/pipfile#pipfile
108 changes: 53 additions & 55 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2a6568c

Please sign in to comment.