We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22fe9b7 commit 29a445eCopy full SHA for 29a445e
setup.py
@@ -69,12 +69,9 @@
69
'hickle',
70
'tabulate',
71
'click>=7.0.0',
72
- 'requests>=2.25.1', # interaction
73
- 'flask~=1.1.2', # interaction
74
- 'responses~=0.12.1', # interaction
75
- 'URLObject>=2.4.0', # interaction
76
- 'MarkupSafe==2.0.1', # interaction, compatibility
77
- 'itsdangerous<=2.0.1', # interaction, compatibility
+ 'flask', # interaction
+ 'requests', # interaction
+ 'responses', # interaction
78
'pynng', # parallel
79
'sniffio', # parallel
80
'redis', # parallel
0 commit comments