Skip to content

Commit

Permalink
chore: bump docs requirements, switch to pyproject.toml (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam committed Aug 6, 2023
1 parent 4f1e340 commit ec01705
Show file tree
Hide file tree
Showing 4 changed files with 198 additions and 184 deletions.
2 changes: 1 addition & 1 deletion docs/Makefile
Expand Up @@ -22,4 +22,4 @@ help:

requirements: export CUSTOM_COMPILE_COMMAND='make requirements'
requirements:
@pip-compile --upgrade --generate-hashes --resolver=backtracking --strip-extras
@pip-compile
22 changes: 22 additions & 0 deletions docs/pyproject.toml
@@ -0,0 +1,22 @@
[project]
name = "phantom-types-docs"
version = "0"
requires-python = ">3.11,<3.12"
classifiers = ["Private :: Do Not Upload"]
dependencies = [
"sphinx",
"sphinx-autodoc-typehints",
"furo",

# Package dependencies.
"typeguard",
"phonenumbers",
"typing-extensions",
"numerary",
"hypothesis[zoneinfo]"
]

[tool.pip-tools]
generate-hashes = true
strip-extras = true
upgrade = true
10 changes: 0 additions & 10 deletions docs/requirements.in

This file was deleted.

0 comments on commit ec01705

Please sign in to comment.