Skip to content

Commit

Permalink
Foxed versions
Browse files Browse the repository at this point in the history
  • Loading branch information
k4black committed Dec 7, 2021
1 parent 4222659 commit 8ee4ab1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
[build-system]
requires = [
"setuptools >= 39.2.0",
"wheel >= 0.29.0",
]
build-backend = 'setuptools.build_meta'


[tool.isort]
multi_line_output = 3
include_trailing_comma = true
Expand Down
12 changes: 4 additions & 8 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,20 @@ classifiers =
Programming Language :: Python :: Implementation :: PyPy
Topic :: Utilities


[options]
packages = find:
# TODO: work this into the extras selection instead.
setup_requires =
pytest-runner
setuptools>=39.2.0
install_requires =
ecdsa != 0.15
rsa
pyasn1
rsa >=4.0, <5.0, !=4.4, !=4.1.1
pyasn1 >=0.4.1, <0.5.0

[options.extras_require]
test =
pytest
pytest-cov
pytest-runner
cryptography =
cryptography>=3.4.0
cryptography >=3.4.0
pycrypto =
pycrypto >=2.6.0, <2.7.0
pycryptodome =
Expand Down

0 comments on commit 8ee4ab1

Please sign in to comment.