mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-19 07:53:00 +00:00
move attrs pinning to dev-requirements
it shouldn’t be in the package’s own requirements, which are propagated to users
This commit is contained in:
@@ -8,3 +8,6 @@ pytest>=3.3
|
|||||||
notebook
|
notebook
|
||||||
requests-mock
|
requests-mock
|
||||||
virtualenv
|
virtualenv
|
||||||
|
# temporary pin of attrs for jsonschema 0.3.0a1
|
||||||
|
# seems to be a pip bug
|
||||||
|
attrs>=17.4.0
|
||||||
|
@@ -9,4 +9,3 @@ python-dateutil
|
|||||||
SQLAlchemy>=1.1
|
SQLAlchemy>=1.1
|
||||||
requests
|
requests
|
||||||
prometheus_client>=0.0.21
|
prometheus_client>=0.0.21
|
||||||
attrs>=17.4.0
|
|
||||||
|
Reference in New Issue
Block a user