Adjust rfc3986 package version for deployment across more versions

This commit is contained in:
Adam Miller 2022-04-21 18:37:27 +00:00
parent 1e3d22aba4
commit d96dd5d842

View File

@ -35,7 +35,7 @@ deps = [
'idna==2.10', 'idna==2.10',
'PyYAML>=5.1', 'PyYAML>=5.1',
'cachetools', 'cachetools',
'rfc3986>=2.0.0', 'rfc3986>=1.5.0',
] ]
try: try:
import concurrent.futures import concurrent.futures