Skip to content

Commit

Permalink
Set minimum versions for asttokens and executing
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmojaki committed Oct 29, 2022
1 parent 54fb67d commit 418d834
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ classifiers =

[options]
packages = stack_data
install_requires = executing; asttokens; pure_eval
install_requires =
executing>=1.2.0
asttokens>=2.1.0
pure_eval

setup_requires = setuptools>=44; setuptools_scm[toml]>=3.4.3
include_package_data = True
tests_require = pytest; typeguard; pygments; littleutils
Expand Down

0 comments on commit 418d834

Please sign in to comment.