Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
add backports to pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
romnn committed Sep 5, 2021
1 parent fef6bd5 commit f7a442d
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 9 deletions.
2 changes: 2 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ setuptools = "*"
wheel = "*"

[packages]
typed-ast = "*"
dataclasses = "*"
57 changes: 51 additions & 6 deletions Pipfile.lock

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

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
except (ImportError, AssertionError):
long_description = short_description

requirements = ["Click>=6.0"]
requirements = ["Click>=6.0", "typed-ast", "dataclasses"]
test_requirements = [
"tox",
"pytest",
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ setenv =
deps =
pipenv
commands_pre =
pip install --upgrade pip setuptools setuptools_rust typed-ast dataclasses
pipenv install typed-ast dataclasses
pip install --upgrade pip setuptools setuptools_rust
pipenv install --dev
commands = pipenv run invoke test

Expand Down

0 comments on commit f7a442d

Please sign in to comment.