Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit 8f55218

Browse files
author
Olivier Gambier
committed
Registry now depends on core>=2.0
Docker-DCO-1.1-Signed-off-by: Olivier Gambier <[email protected]> (github: dmp42)
1 parent 018fd44 commit 8f55218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
requirements.insert(0, 'importlib>=1.0.3')
2727

2828
# Require core (the reason this is out of req.txt is to ease tox)
29-
requirements.insert(0, 'docker-registry-core>=1,<2')
29+
requirements.insert(0, 'docker-registry-core>=2,<3')
3030

3131
# Explicit packages list to avoid setup_tools funkyness
3232
packages = ['docker_registry',

0 commit comments

Comments
 (0)