Skip to content
Snippets Groups Projects
Verified Commit 01961321 authored by Ivan Sinkarenko's avatar Ivan Sinkarenko :snake:
Browse files

Fix problem with new setuptools

parent 21455905
No related branches found
No related tags found
1 merge request!16Generate conditional typing imports for older Python versions
......@@ -17,7 +17,7 @@ with (HERE / 'README.md').open('rt') as fh:
REQUIREMENTS: dict = {
'core': [
'dataclasses;python_version<"3.7"',
'JPype1>=1.2.1,<2.*',
'JPype1>=1.2.1,<2.0.dev0',
],
'test': [
'pytest',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment