clearml/requirements.txt
Adrian Rumpold 28bf5a00d7 Only install typing dependency on Python<3.5
Installing `typing` on recent Python versions leads to the error described in python/typing#573 (running tests with tox yields `AttributeError: type object 'Callable' has no attribute '_abc_registry'`).

The [`typing` readme](https://pypi.org/project/typing/) suggests to install the package only for Python versions <3.5, which this commit does.
2020-08-12 15:41:28 +03:00

25 lines
479 B
Plaintext

attrs>=18.0
backports.functools-lru-cache>=1.0.2 ; python_version < '3'
enum34>=0.9 ; python_version < '3.6'
funcsigs>=1.0
furl>=2.0.0
future>=0.16.0
futures>=3.0.5 ; python_version < '3'
humanfriendly>=2.1
jsonschema>=2.6.0
numpy>=1.10
pathlib2>=2.3.0
Pillow>=4.1.1
plotly>=3.9.0
psutil>=3.4.2
pyparsing>=2.0.3
python-dateutil>=2.6.1
pyjwt>=1.6.4
PyYAML>=3.12
requests-file>=1.4.2
requests>=2.20.0
six>=1.11.0
tqdm>=4.19.5
typing>=3.6.4 ; python_version < '3.5'
urllib3>=1.21.1