@@ -6,11 +6,12 @@ authors = [
66 {name = " vesoft-inc" , email = " info@vesoft.com" },
77]
88dependencies = [
9- " future >= 0.18.0" ,
10- " httplib2 >= 0.20.0" ,
11- " pytz >= 2021.1" ,
12- " six >= 1.16.0" ,
13- " httpx[http2] >= 0.22.0" ,
9+ " future>=1.0.0" ,
10+ " httplib2>=0.31.0" ,
11+ " pytz>=2025.2" ,
12+ " six>=1.17.0" ,
13+ " httpx[http2]>=0.22.0" ,
14+ " legacy-cgi>=2.6.3; python_version >= \" 3.10\" " ,
1415]
1516requires-python = " >=3.6.2"
1617readme = " README.md"
@@ -41,22 +42,22 @@ distribution = true
4142[tool .pdm .build ]
4243includes = [" nebula3" ]
4344
44- [tool .pdm .dev-dependencies ]
45- dev = [
46- " black==22.8.0" ,
47- ]
48- test = [
49- " pytest; python_full_version >= \" 3.7.1\" " ,
50- " pytest-cov; python_full_version >= \" 3.7.1\" " ,
51- ]
52- example = [
53- " prettytable; python_version >= \" 3.10\" " ,
54- " pandas; python_version >= \" 3.10\" " ,
55- ]
56-
5745[tool .pdm .scripts ]
5846fmt = " black -S ."
5947fmt-check = " black -S --check ."
6048test = ' pytest -s -v -k "not SSL" --cov=nebula3/ --cov-report=xml --cov-append'
6149test-ssl = ' pytest -s -v -k "SSL" --cov=nebula3/ --cov-report=xml --cov-append'
6250
51+
52+ [dependency-groups ]
53+ dev = [
54+ " black>=22.8.0" ,
55+ ]
56+ example = [
57+ " prettytable>=3.16.0; python_version >= \" 3.10\" " ,
58+ " pandas>=2.3.2; python_version >= \" 3.10\" " ,
59+ ]
60+ test = [
61+ " pytest>=7.4.4; python_full_version >= \" 3.7.1\" " ,
62+ " pytest-cov>=4.1.0; python_full_version >= \" 3.7.1\" " ,
63+ ]
0 commit comments