Skip to content

Commit

Permalink
add watchfiles to dependencies
Browse files Browse the repository at this point in the history
watchfiles was added to setup.py transfer it to current config
  • Loading branch information
botpub committed Oct 29, 2023
1 parent dda1d23 commit 54a60c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -56,6 +56,8 @@ jobs:
- uses: pdm-project/setup-pdm@v3
with:
python-version: 3.9
cache: true
cache-dependency-path: ./pyproject.toml
- name: Install dependencies
run: |
pdm install
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -38,7 +38,7 @@ dependencies = [
"rich>=10.1",
"unidecode>=1.1",
"backports-zoneinfo<1.0.0,>=0.2.1;python_version<'3.9'",

"watchfiles",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 54a60c9

Please sign in to comment.