Skip to content

Commit

Permalink
fixup! [Web] Add new webapi endpoint and interactive webapi docs with…
Browse files Browse the repository at this point in the history
… Swagger-UI
  • Loading branch information
bendikro committed May 11, 2020
1 parent 20b498f commit f2b4d00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ chardet
six
setproctitle
apispec
docstring-parser
docstring-parser >= 0.7.1
pywin32; sys_platform == 'win32'
certifi; sys_platform == 'win32'
zope.interface>=4.4.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ def run(self):
setup_requires = ['setuptools', 'wheel']
install_requires = [
"apispec; python_version >= '3'",
"docstring-parser; python_version >= '3'",
"docstring-parser >= 0.7.1; python_version >= '3'",
'twisted[tls]>=17.1',
# Add pyasn1 for setuptools workaround:
# https://github.com/pypa/setuptools/issues/1510
Expand Down

0 comments on commit f2b4d00

Please sign in to comment.