Skip to content

Commit e2a504e

Browse files
committed
Define minimal version for bottle package.
1 parent 88e5d59 commit e2a504e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
],
3131
python_requires='~=3.5',
3232
install_requires=[
33-
"bottle",
33+
"bottle >= 0.12",
3434
'commonmark >= 0.8',
3535
],
3636
packages=find_packages(),

0 commit comments

Comments
 (0)