mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 15:33:02 +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
|
||||
requests-mock
|
||||
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
|
||||
requests
|
||||
prometheus_client>=0.0.21
|
||||
attrs>=17.4.0
|
||||
|
Reference in New Issue
Block a user