This reverts commit 3792b8b3ca
.
pull/64614/head
parent
d170faeffc
commit
fec669f9c8
|
@ -92,7 +92,3 @@ pytest_asyncio==1000000000.0.0
|
|||
# https://github.com/jkeljo/sisyphus-control/issues/6
|
||||
python-engineio>=3.13.1,<4.0
|
||||
python-socketio>=4.6.0,<5.0
|
||||
|
||||
# Resolve a dependency conflict with cachetools.
|
||||
# Version 2.4.0 bumps the allowed dependency range.
|
||||
google-auth>=2.4.0
|
||||
|
|
|
@ -117,10 +117,6 @@ pytest_asyncio==1000000000.0.0
|
|||
# https://github.com/jkeljo/sisyphus-control/issues/6
|
||||
python-engineio>=3.13.1,<4.0
|
||||
python-socketio>=4.6.0,<5.0
|
||||
|
||||
# Resolve a dependency conflict with cachetools.
|
||||
# Version 2.4.0 bumps the allowed dependency range.
|
||||
google-auth>=2.4.0
|
||||
"""
|
||||
|
||||
IGNORE_PRE_COMMIT_HOOK_ID = (
|
||||
|
|
|
@ -3,7 +3,7 @@ PIP_CACHE=$1
|
|||
|
||||
# Number of existing dependency conflicts
|
||||
# Update if a PR resolve one!
|
||||
DEPENDENCY_CONFLICTS=13
|
||||
DEPENDENCY_CONFLICTS=14
|
||||
|
||||
PIP_CHECK=$(pip check --cache-dir=$PIP_CACHE)
|
||||
LINE_COUNT=$(echo "$PIP_CHECK" | wc -l)
|
||||
|
|
Loading…
Reference in New Issue