Skip to content

Commit

Permalink
fix setup
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudbore committed Jun 7, 2023
1 parent 5263166 commit ff90a43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ pytest-black>=0.3.7
pytest-cov>=2.8.1
pytest-flake8>=1.0.4
pytest-pylint>=0.14.1
pytest-console-scripts==1.4.1
pytest-console-scripts==1.4.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
classifiers=CLASSIFIERS,
platforms=PLATFORMS,
python_requires=">=3.7",
install_requires=['future>=0.17.1'],
install_requires=['future>=0.17.1', 'packaging>=23.1'],
version=VERSION,
packages=find_packages(exclude=["tests"]),
entry_points=ENTRY_POINTS)
Expand Down

0 comments on commit ff90a43

Please sign in to comment.