Skip to content

Commit

Permalink
Set lower bound version for install requirements (#155)
Browse files Browse the repository at this point in the history
Co-authored-by: Harris.Chu <1726587+HarrisChu@users.noreply.github.com>
Co-authored-by: Wey Gu <weyl.gu@gmail.com>
  • Loading branch information
3 people committed Jan 10, 2023
1 parent 74db805 commit dde7640
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/vesoft-inc/nebula-python',
install_requires=['httplib2', 'future', 'six', 'pytz'],
install_requires=[
'httplib2 >= 0.20.0',
'future >= 0.18.0',
'six >= 1.16.0',
'pytz >= 2021.1',
],
packages=find_packages(),
platforms=['3.6, 3.7'],
package_dir={'nebula3': 'nebula3'},
Expand Down

0 comments on commit dde7640

Please sign in to comment.