Skip to content

Commit 7a57e44

Browse files
committed
Fix incorrect bump to version to 2.0.0.rc1
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 6e82f45 commit 7a57e44

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ def read(*names, **kwargs):
7777
'pyahocorasick >= 1.1, < 1.2',
7878

7979
# caching
80-
'zc.lockfile >= 1.0.0, < 3.0.0',
81-
'yg.lockfile >= 3.0.0, < 3.0.0',
80+
'zc.lockfile >= 1.0.0, < 2.0.0',
81+
'yg.lockfile >= 2.0.0, < 3.0.0',
8282
'diskcache >= 1.7.0, < 1.8.0',
8383

8484
# textcode
@@ -88,7 +88,7 @@ def read(*names, **kwargs):
8888
'six',
8989

9090
# typecode and textcode
91-
'pygments >= 3.0.0, <3.0.0',
91+
'pygments >= 2.0.0, <3.0.0',
9292
'pdfminer >= 20140328',
9393

9494
# typecode
@@ -103,7 +103,7 @@ def read(*names, **kwargs):
103103

104104
# packagedcode
105105
'requests >= 2.7.0, < 3.0.0',
106-
'schematics >= 1.1.1, < 3.0.0',
106+
'schematics >= 1.1.1, < 2.0.0',
107107

108108
#misc
109109
'unicodecsv',

0 commit comments

Comments
 (0)