20 lines
344 B
Plaintext
20 lines
344 B
Plaintext
|
|
[:(sys_platform == "linux2" or sys_platform == "linux") and python_version < "3.5"]
|
|
secretstorage<3
|
|
|
|
[:sys_platform == "linux" and python_version >= "3.5"]
|
|
secretstorage
|
|
|
|
[:sys_platform == "win32"]
|
|
pywin32-ctypes!=0.1.0,!=0.1.1
|
|
|
|
[docs]
|
|
jaraco.packaging>=3.2
|
|
rst.linker>=1.9
|
|
sphinx
|
|
|
|
[testing]
|
|
pytest!=3.7.3,>=3.5
|
|
pytest-checkdocs
|
|
pytest-flake8
|