Skip to content

Commit

Permalink
For review
Browse files Browse the repository at this point in the history
  • Loading branch information
Thrameos committed Oct 17, 2022
1 parent e8f6a09 commit 64223ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@
packages=['jpype', 'jpype._pyinstaller'],
package_dir={'jpype': 'jpype', },
package_data={'jpype': ['*.pyi']},
install_requires=['typing_extensions ; python_version< "3.8"'],
install_requires=['typing_extensions ; python_version< "3.8"',
'packaging ; python_version< "3.10"'],
tests_require=['pytest'],
extras_require={
'tests': [
Expand Down

0 comments on commit 64223ad

Please sign in to comment.