Skip to content

Commit 821d66d

Browse files
committed
Bump crate@master to get blob redirect fix
Upgrade tests are currently failing. See crate/crate-python#793
1 parent 85e94a2 commit 821d66d

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
@@ -29,7 +29,7 @@ def read(filename):
2929
package_dir={'': 'src'},
3030
packages=["crate", "crate.qa"],
3131
install_requires=[
32-
'crate>=1.0.0.dev2',
32+
'crate @ git+https://github.com/crate/crate-python.git@master',
3333
'cr8>=0.29.1',
3434
'Cython',
3535
'asyncpg>=0.21',

0 commit comments

Comments
 (0)