mirror of
https://github.com/sprockets/sprockets-postgres.git
synced 2024-12-04 11:11:00 +00:00
Add support for aiodns>3,<4
There is nothing between 2.0.0 and 3.0.0 which breaks our usage https://github.com/saghul/aiodns/compare/aiodns-2.0.0...aiodns-3.0.0#diff-747d6ba768991c3ef9a3f37637383ba3ef677cd84599372ddc49562bc1411ca5
This commit is contained in:
parent
f0adbedf51
commit
555c5195bd
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ keywords =
|
||||||
include_package_data = True
|
include_package_data = True
|
||||||
install_requires =
|
install_requires =
|
||||||
aiopg>=1.0.0,<2
|
aiopg>=1.0.0,<2
|
||||||
aiodns>=2,<3
|
aiodns>=2,<4
|
||||||
sprockets.http>=2.1.1,<3
|
sprockets.http>=2.1.1,<3
|
||||||
tornado>=6,<7
|
tornado>=6,<7
|
||||||
py_modules =
|
py_modules =
|
||||||
|
|
Loading…
Reference in a new issue