Skip to content

Commit 20960af

Browse files
committed
remove old dependencies
1 parent bdf5d3e commit 20960af

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

requirements.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
black==22.3.0; python_version >= '3.6'
1+
black==22.3.0
22
click>=7.0.0
33
coverage
44
flake8
@@ -8,13 +8,12 @@ importlib-metadata
88
ipykernel
99
ipython
1010
jupyter_client
11-
mypy; python_version >= '3.6'
11+
mypy
1212
nbconvert
13-
pyjwt>=2.4.0; python_version >= '3.6'
14-
pyjwt; python_version < '3.6'
13+
pyjwt>=2.4.0
1514
pytest
1615
pytest-cov
17-
pytest-mypy; python_version >= '3.5'
16+
pytest-mypy
1817
semver>=2.0.0,<3.0.0
1918
setuptools_scm
2019
six>=1.14.0

setup.cfg

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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
2524
setup_requires =
2625
setuptools
2726
setuptools_scm>=3.4
2827
toml
2928
wheel
3029
packages = rsconnect
31-
python_requires = >=3.5
30+
python_requires = >=3.7
3231
zip_safe = true
3332

3433
[options.entry_points]

0 commit comments

Comments
 (0)