Skip to content

Commit

Permalink
Checking tomli removal would break CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbraza committed Feb 20, 2024
1 parent 822154b commit 14d9e1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def get_abs_path(pathname):
install_requires=[
"flake8 >= 4.0.0",
"setuptools >= 10.0.0",
"tomli>=1.2.1; python_version < '3.11'",
],
setup_requires=["pytest-runner"],
tests_require=["mock", "pytest"],
Expand Down

0 comments on commit 14d9e1e

Please sign in to comment.