Skip to content

Commit

Permalink
Merge branch 'master' into update-transport
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiee authored Jan 10, 2023
2 parents 05c98df + dde7640 commit a4855de
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 a4855de

Please sign in to comment.