Skip to content

Commit b835023

Browse files
committed
bump pkg version + requirements for docs
1 parent 9e078cf commit b835023

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

requirements-dev.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,32 @@ flake8==3.8.3
44
Flask==1.1.2
55
Flask-Executor==0.9.3
66
Werkzeug==1.0.1
7+
alabaster==0.7.12
8+
Babel==2.8.0
9+
certifi==2020.6.20
10+
chardet==3.0.4
11+
commonmark==0.9.1
12+
docutils==0.16
13+
idna==2.10
14+
imagesize==1.2.0
15+
Jinja2==2.11.2
16+
MarkupSafe==1.1.1
17+
packaging==20.4
18+
Pallets-Sphinx-Themes==1.2.3
19+
pockets==0.9.1
20+
Pygments==2.6.1
21+
pyparsing==2.4.7
22+
pytz==2020.1
23+
recommonmark==0.6.0
24+
requests==2.24.0
25+
six==1.15.0
26+
snowballstemmer==2.0.0
27+
Sphinx==3.1.1
28+
sphinxcontrib-applehelp==1.0.2
29+
sphinxcontrib-devhelp==1.0.2
30+
sphinxcontrib-htmlhelp==1.0.3
31+
sphinxcontrib-jsmath==1.0.1
32+
sphinxcontrib-napoleon==0.7
33+
sphinxcontrib-qthelp==1.0.3
34+
sphinxcontrib-serializinghtml==1.1.4
35+
urllib3==1.25.9

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name="Flask-Shell2HTTP",
20-
version="1.0.1",
20+
version="1.1.1",
2121
url=GITHUB_URL,
2222
license="BSD",
2323
author="Eshaan Bansal",

0 commit comments

Comments
 (0)