Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesPikachu committed Jul 20, 2022
1 parent 768078c commit 4f734a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
recommonmark
sphinx
sphinx_markdown_tables
sphinx==4.5.0
sphinx_markdown_tables==0.0.12
sphinx_rtd_theme
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
license=pytools.__license__,
include_package_data=True,
package_data=package_data,
install_requires=list(open('requirements.txt', 'r').readlines()),
install_requires=[lab.strip('\n') for lab in list(open('requirements.txt', 'r').readlines())],
zip_safe=True,
packages=find_packages(),
)

0 comments on commit 4f734a8

Please sign in to comment.