mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
parent
78ae67cff4
commit
785ebd8400
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -283,7 +283,7 @@ setup(
|
|||
tests_require=test_requirements,
|
||||
extras_require={
|
||||
":python_version < '3'": ["enum34", "ipaddress"],
|
||||
":python_implementation != 'PyPy'": ["cffi >= 1.7"],
|
||||
":platform_python_implementation != 'PyPy'": ["cffi >= 1.7"],
|
||||
|
||||
"test": test_requirements,
|
||||
"docstest": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue