mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 05:57:24 +01:00
Unpin most of our tools' python dependencies (#29845)
* Looser tools versioning. * Re-pin avulto
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
pygit2==1.13.1
|
||||
bidict==0.22.1
|
||||
Pillow==10.3.0
|
||||
json5==0.9.14
|
||||
pygit2>=1.13.1
|
||||
bidict>=0.22.1
|
||||
Pillow>=10.3.0
|
||||
json5>=0.9.14
|
||||
|
||||
# changelogs
|
||||
PyYaml==6.0.1 # maplint also
|
||||
beautifulsoup4==4.12.2
|
||||
PyYaml>=6.0.1 # maplint also
|
||||
beautifulsoup4>=4.12.2
|
||||
|
||||
# various CI checks
|
||||
avulto==0.1.13
|
||||
|
||||
Reference in New Issue
Block a user