Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies = [
"brotli",
"httpx",
"jinja2",
"ora <0.9.0",
"ora >=0.10.3",
# wheels are only available on self-hosted Github pages pypi index, use:
# pip install --extra-index-url https://apsis-scheduler.github.io/procstar/simple .
"procstar >=0.7",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ aiohttp
brotli
httpx
jinja2
ora <0.9.0
ora >=0.10.3
pyyaml
ruamel.yaml
requests
Expand Down
Loading