Skip to content

Commit 0bd1874

Browse files
committed
Be more explicit about our dependencies, no major update pls
1 parent bed6544 commit 0bd1874

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
platforms='any',
3030

3131
install_requires=[
32-
'aiohttp',
33-
'python-dateutil',
34-
'humanize',
35-
'click',
32+
'aiohttp>=2.2.5,<3',
33+
'python-dateutil>=2.6.1,<3',
34+
'humanize>=0.5.1,<1',
35+
'click>=6.7,<7',
3636
],
3737

3838
extras_require={

0 commit comments

Comments
 (0)