Skip to content

Commit

Permalink
fix(deps): remove pypi-test sourced from pyproject
Browse files Browse the repository at this point in the history
Signed-off-by: Braden Mars <bradenmars@bradenmars.me>
  • Loading branch information
BradenM committed Mar 19, 2023
1 parent 87a7336 commit b3fc9e3
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 115 deletions.
2 changes: 0 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
--extra-index-url https://test.pypi.org/simple

alabaster==0.7.12 ; python_version >= "3.7" and python_version < "3.12"
async-timeout==4.0.2 ; python_version >= "3.7" and python_version < "3.12"
attrs==22.2.0 ; python_version >= "3.7" and python_version < "3.12"
Expand Down
138 changes: 31 additions & 107 deletions poetry.lock

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

6 changes: 0 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,6 @@ Sphinx = "^5.2.1"
sphinx-rtd-theme = "^1.0.0"


[[tool.poetry.source]]
name = "pypi-test"
url = "https://test.pypi.org/simple/"
default = false
secondary = false

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit b3fc9e3

Please sign in to comment.