kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
fix: Make sure dependency pins are working with pip install
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2485>environments/review-docs-2159-shn19c/deployments/17837
rodzic
7af1dfd19e
commit
bfcafc8f72
Plik diff jest za duży
Load Diff
|
@ -86,7 +86,7 @@ sentry-sdk = "==1.12.1"
|
|||
watchdog = "==2.2.1"
|
||||
|
||||
# Dependencies pinning
|
||||
importlib-metadata = { version = "==4.13.0", python = "<=3.7" }
|
||||
importlib-metadata = { version = "==4.13.0", python = "^3.7" }
|
||||
ipython = "==7.34.0"
|
||||
pluralizer = "==1.2.0"
|
||||
service-identity = "==21.1.0"
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Make sure dependency pins are working with pip install (Restores python3.7 support)
|
Ładowanie…
Reference in New Issue