Skip to content

Commit 8ee4ab1

Browse files
committed
Foxed versions
1 parent 4222659 commit 8ee4ab1

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

Diff for: pyproject.toml

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
[build-system]
2+
requires = [
3+
"setuptools >= 39.2.0",
4+
"wheel >= 0.29.0",
5+
]
6+
build-backend = 'setuptools.build_meta'
7+
8+
19
[tool.isort]
210
multi_line_output = 3
311
include_trailing_comma = true

Diff for: setup.cfg

+4-8
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,20 @@ classifiers =
2929
Programming Language :: Python :: Implementation :: PyPy
3030
Topic :: Utilities
3131

32+
3233
[options]
3334
packages = find:
34-
# TODO: work this into the extras selection instead.
35-
setup_requires =
36-
pytest-runner
37-
setuptools>=39.2.0
3835
install_requires =
3936
ecdsa != 0.15
40-
rsa
41-
pyasn1
37+
rsa >=4.0, <5.0, !=4.4, !=4.1.1
38+
pyasn1 >=0.4.1, <0.5.0
4239

4340
[options.extras_require]
4441
test =
4542
pytest
4643
pytest-cov
47-
pytest-runner
4844
cryptography =
49-
cryptography>=3.4.0
45+
cryptography >=3.4.0
5046
pycrypto =
5147
pycrypto >=2.6.0, <2.7.0
5248
pycryptodome =

0 commit comments

Comments
 (0)