Skip to content

Commit

Permalink
fix dependencies declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-psb committed Dec 22, 2023
1 parent 2a0eb74 commit 142447f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 10 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ $ pip install -r requirements.txt
$ mkdocs serve
```

### 2. Run Server

```bash
$ mkdocs serve
```

## TODO

- Basic features:
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ version = "0.0.1"
dependencies = [
"mkdocs-material",
"mkdocs-material[imaging]",
"mkdocstrings",
"mkdocstrings[python]",
"mkdocs-macros-plugin",
"Jinja2",
"Faker",
]
Expand Down
22 changes: 19 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ click==8.1.7
# mkdocs
# mkdocstrings
colorama==0.4.6
# via mkdocs-material
# via
# griffe
# mkdocs-material
cssselect2==0.7.0
# via cairosvg
defusedxml==0.7.1
Expand All @@ -30,11 +32,14 @@ faker==21.0.0
# via pulp-docs (pyproject.toml)
ghp-import==2.1.0
# via mkdocs
griffe==0.38.1
# via mkdocstrings-python
idna==3.6
# via requests
jinja2==3.1.2
# via
# mkdocs
# mkdocs-macros-plugin
# mkdocs-material
# mkdocstrings
# pulp-docs (pyproject.toml)
Expand All @@ -55,16 +60,23 @@ mergedeep==1.3.4
mkdocs==1.5.3
# via
# mkdocs-autorefs
# mkdocs-macros-plugin
# mkdocs-material
# mkdocstrings
mkdocs-autorefs==0.5.0
# via mkdocstrings
mkdocs-macros-plugin==1.0.5
# via pulp-docs (pyproject.toml)
mkdocs-material[imaging]==9.5.2
# via pulp-docs (pyproject.toml)
mkdocs-material-extensions==1.3.1
# via mkdocs-material
mkdocstrings==0.24.0
# via pulp-docs (pyproject.toml)
mkdocstrings[python]==0.24.0
# via
# mkdocstrings-python
# pulp-docs (pyproject.toml)
mkdocstrings-python==1.7.5
# via mkdocstrings
packaging==23.2
# via mkdocs
paginate==0.5.6
Expand All @@ -91,9 +103,11 @@ python-dateutil==2.8.2
# via
# faker
# ghp-import
# mkdocs-macros-plugin
pyyaml==6.0.1
# via
# mkdocs
# mkdocs-macros-plugin
# pymdown-extensions
# pyyaml-env-tag
pyyaml-env-tag==0.1
Expand All @@ -104,6 +118,8 @@ requests==2.31.0
# via mkdocs-material
six==1.16.0
# via python-dateutil
termcolor==2.4.0
# via mkdocs-macros-plugin
tinycss2==1.2.1
# via
# cairosvg
Expand Down

0 comments on commit 142447f

Please sign in to comment.