Skip to content

Commit b107515

Browse files
authored
Clean up dependencies
1 parent d450411 commit b107515

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

setup.cfg

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ classifiers =
1616
Intended Audience :: Science/Research
1717
License :: OSI Approved :: BSD License
1818
Programming Language :: Python
19-
Programming Language :: Python :: 3.6
2019
Programming Language :: Python :: 3.7
2120
Programming Language :: Python :: 3.8
2221
Programming Language :: Python :: 3.9
@@ -26,11 +25,11 @@ classifiers =
2625
zip_safe = False
2726
include_package_data = True
2827
packages = find:
29-
python_requires = >=3.6
28+
python_requires = >=3.7
3029
install_requires =
31-
jupyter_server>=1,<2
30+
jupyter_server>=1
3231
terminado>=0.8.3
33-
pywinpty(<2);os_name=='nt'
32+
pywinpty;os_name=='nt'
3433

3534
[options.extras_require]
3635
test =

0 commit comments

Comments
 (0)