Skip to content

Commit

Permalink
fix requirements for RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
vanyakosmos committed Oct 20, 2019
1 parent 78a8513 commit 5a13ca5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
alabaster==0.7.12
argcomplete==1.10.0
atomicwrites==1.3.0
attrs==19.2.0
Babel==2.7.0
Expand All @@ -20,6 +21,8 @@ pluggy==0.13.0
py==1.8.0
Pygments==2.4.2
pyparsing==2.4.2
pytest==5.2.1
pytest-cov==2.8.1
pytz==2019.3
requests==2.22.0
six==1.12.0
Expand All @@ -33,6 +36,7 @@ sphinxcontrib-htmlhelp==1.0.2
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.2
sphinxcontrib-serializinghtml==1.1.3
tabulate==0.8.5
urllib3==1.25.6
wcwidth==0.1.7
zipp==0.6.0
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ tabulate = ["tabulate"]
argcomplete = ["argcomplete"]
all = ["tabulate", "argcomplete"]

[tool.poetry.scripts]
argser = "argser.__main__:main"

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"

[tool.poetry.scripts]
argser = "argser.__main__:main"

0 comments on commit 5a13ca5

Please sign in to comment.