mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 23:13:00 +00:00
21 lines
449 B
Plaintext
21 lines
449 B
Plaintext
-r requirements.txt
|
|
# temporary pin of attrs for jsonschema 0.3.0a1
|
|
# seems to be a pip bug
|
|
attrs>=17.4.0
|
|
beautifulsoup4
|
|
codecov
|
|
coverage
|
|
cryptography
|
|
html5lib # needed for beautifulsoup
|
|
mock
|
|
notebook
|
|
pre-commit
|
|
pytest>=3.3
|
|
pytest-asyncio
|
|
pytest-cov
|
|
requests-mock
|
|
# blacklist urllib3 releases affected by https://github.com/urllib3/urllib3/issues/1683
|
|
# I *think* this should only affect testing, not production
|
|
urllib3!=1.25.4,!=1.25.5
|
|
virtualenv
|