mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-30 23:27:22 +00:00
Prospective fix for pipenv errors about invalid specifiers
PEP 508 requires a comparator for version_one, so specify some.
This commit is contained in:
parent
fc1570b19d
commit
246541f44a
2 changed files with 12 additions and 12 deletions
|
@ -9,13 +9,13 @@ verify_ssl = true
|
|||
[dev-packages]
|
||||
|
||||
[packages]
|
||||
breathe = "4.33.1"
|
||||
sphinx = "4.5.0"
|
||||
exhale = "0.2.4"
|
||||
myst_parser = "0.17.2"
|
||||
sphinx-markdown-tables = "0.0.15"
|
||||
furo = "2022.12.7"
|
||||
sphinxcontrib-jquery = "4.1"
|
||||
breathe = ">=4.33.1"
|
||||
sphinx = ">=4.5.0"
|
||||
exhale = ">=0.2.4"
|
||||
myst_parser = ">=0.17.2"
|
||||
sphinx-markdown-tables = ">=0.0.15"
|
||||
furo = ">=2022.12.7"
|
||||
sphinxcontrib-jquery = ">=4.1"
|
||||
|
||||
[requires]
|
||||
python_version = "3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue