Don't be so strict about dependency versions

This breaks so much stuff with the new pip dependency resolver
This commit is contained in:
Justin Crawford 2021-09-28 21:37:29 -07:00
parent 6009f53fd0
commit 274870219b
No known key found for this signature in database
GPG Key ID: 0D84DEDBB8EF259C
1 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
aiohttp==3.7.3
asyncio==3.4.3
requests==2.20
aiohttp>=3.7.3
asyncio>=3.4.3
requests>=2.20