We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88e5d59 commit e2a504eCopy full SHA for e2a504e
1 file changed
setup.py
@@ -30,7 +30,7 @@
30
],
31
python_requires='~=3.5',
32
install_requires=[
33
- "bottle",
+ "bottle >= 0.12",
34
'commonmark >= 0.8',
35
36
packages=find_packages(),
0 commit comments