We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc2f620 commit 2a386c0Copy full SHA for 2a386c0
setup.py
@@ -34,14 +34,14 @@
34
'Topic :: Software Development :: Libraries :: Python Modules'
35
],
36
install_requires=[
37
- 'python-dotenv == 0.21.1',
38
- 'aio-pika == 9.3.1',
39
- 'hypercorn == 0.14.3',
40
- 'quart == 0.11.2',
41
- 'frozendict == 2.4.6',
42
- 'aiohttp == 3.11.10',
43
- 'Jinja2 == 3.0.3',
44
- 'werkzeug == 2.1.2',
+ 'python-dotenv >= 0.21.1',
+ 'aio-pika >= 9.3.1',
+ 'hypercorn >= 0.14.3',
+ 'quart >= 0.11.2',
+ 'frozendict >= 2.4.6',
+ 'aiohttp >= 3.11.10',
+ 'Jinja2 >= 3.0.3',
+ 'werkzeug >= 2.1.2',
45
46
test_suite='tests'
47
)
0 commit comments