diff --git a/setup.py b/setup.py index 308c133..a5715c8 100644 --- a/setup.py +++ b/setup.py @@ -76,7 +76,7 @@ def read(path): }, extras_require=dict( test=[ - 'crate[sqlalchemy,test]', + 'crate[test]', 'zc.customdoctests<2', 'cratedb-toolkit[test]', ],