Skip to content

Commit

Permalink
Dependencies: Use crate>=1.0.0.dev2 for validation purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 5, 2024
1 parent 2c97cd2 commit 5e46019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def read(filename):
package_dir={'': 'src'},
packages=['crate.qa'],
install_requires=[
'crate',
'crate>=1.0.0.dev2',
'cr8>=0.25.0',
'Cython',
'asyncpg>=0.21',
Expand Down

0 comments on commit 5e46019

Please sign in to comment.