File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1- black == 22.3.0 ; python_version >= '3.6'
1+ black == 22.3.0
22click >= 7.0.0
33coverage
44flake8
@@ -8,13 +8,12 @@ importlib-metadata
88ipykernel
99ipython
1010jupyter_client
11- mypy ; python_version >= '3.6'
11+ mypy
1212nbconvert
13- pyjwt >= 2.4.0 ; python_version >= '3.6'
14- pyjwt ; python_version < '3.6'
13+ pyjwt >= 2.4.0
1514pytest
1615pytest-cov
17- pytest-mypy ; python_version >= '3.5'
16+ pytest-mypy
1817semver >= 2.0.0 ,< 3.0.0
1918setuptools_scm
2019six >= 1.14.0
Original file line number Diff line number Diff line change @@ -20,15 +20,14 @@ install_requires =
2020 click>=7.0.0
2121 pip>=10.0.0
2222 semver>=2.0.0,<3.0.0
23- pyjwt>=2.4.0; python_version >= '3.6'
24- pyjwt; python_version < '3.6'
23+ pyjwt>=2.4.0
2524setup_requires =
2625 setuptools
2726 setuptools_scm>=3.4
2827 toml
2928 wheel
3029packages = rsconnect
31- python_requires = >=3.5
30+ python_requires = >=3.7
3231zip_safe = true
3332
3433[options.entry_points]
You can’t perform that action at this time.
0 commit comments