Skip to content

Commit

Permalink
Use verlib2.Version for comparing versions
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 25, 2023
1 parent 9a8ac8b commit bc56873
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 506 deletions.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@ def read(path):
'crate = crate.client.sqlalchemy:CrateDialect'
]
},
install_requires=['urllib3<2.1'],
install_requires=[
'urllib3<2.1',
'verlib2==0.2.0',
],
extras_require=dict(
sqlalchemy=['sqlalchemy>=1.0,<2.1',
'geojson>=2.5.0,<4',
Expand Down
Loading

0 comments on commit bc56873

Please sign in to comment.