Skip to content

Commit

Permalink
Merge pull request #94 from historysciencelab/remove-requirements-files
Browse files Browse the repository at this point in the history
Remove requirements files
  • Loading branch information
audreyfeldroy authored Oct 29, 2023
2 parents 2e60961 + e301f19 commit 31f4e72
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build:
jobs:
pre_build:
# Generate the Sphinx configuration for this Jupyter Book so it builds.
- "pip install -r docs/requirements.txt"
- "pip install -e '.[docs]'"
- "mkdocs build"

mkdocs:
Expand Down
3 changes: 0 additions & 3 deletions docs/requirements.txt

This file was deleted.

9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ dependencies = [
"pydantic-settings==2.0.3",
"pydub==0.25.1",
"rich==13.6.0",
"transformers==4.34.0",
"typer==0.9.0",
"yarl==1.9.2",
"yarl==1.9.2"
]

[project.optional-dependencies]
Expand All @@ -42,6 +43,12 @@ test = [
# other test dependencies
]

docs = [
"mkdocs-material",
"mkdocs-material[imaging]",
"mkdocs-include-markdown-plugin"
]

[project.urls]

bugs = "https://github.com/audreyfeldroy/historyaitoolkit/issues"
Expand Down
14 changes: 0 additions & 14 deletions requirements.txt

This file was deleted.

0 comments on commit 31f4e72

Please sign in to comment.