mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-18 02:50:38 -04:00
Update flatpak and snap dependencies after cli change to python >= 3.10
This commit is contained in:
parent
202f1dc985
commit
2239c110ae
2 changed files with 50 additions and 62 deletions
|
@ -1,13 +1,13 @@
|
|||
name: poetry-deps
|
||||
buildsystem: simple
|
||||
build-commands:
|
||||
- pip3 install --use-pep517 --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
|
||||
- pip3 install --no-index --use-pep517 --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
|
||||
bidict blinker brotli brotlicffi certifi cffi charset-normalizer click colorama
|
||||
cython dnspython eventlet exceptiongroup flask flask-compress flask-socketio gevent
|
||||
gevent-websocket greenlet h11 idna importlib-metadata iniconfig itsdangerous jinja2
|
||||
markupsafe packaging pluggy psutil pycparser pynacl pypng pysocks pytest python-engineio
|
||||
python-socketio qrcode requests setuptools simple-websocket stem tomli typing-extensions
|
||||
unidecode urllib3 waitress werkzeug wheel wsproto zipp zope-event zope-interface
|
||||
gevent-websocket greenlet h11 idna iniconfig itsdangerous jinja2 markupsafe packaging
|
||||
pluggy psutil pycparser pynacl pypng pysocks pytest python-engineio python-socketio
|
||||
qrcode requests setuptools simple-websocket stem tomli typing-extensions unidecode
|
||||
urllib3 waitress werkzeug wheel wsproto zope-event zope-interface
|
||||
sources:
|
||||
- type: file
|
||||
url: https://files.pythonhosted.org/packages/b5/82/ce0b6380f35f49d3fe687979a324c342cfa3588380232f3801db9dd62f9e/bidict-0.22.1-py3-none-any.whl
|
||||
|
@ -72,9 +72,6 @@ sources:
|
|||
- type: file
|
||||
url: https://files.pythonhosted.org/packages/76/c6/c88e154df9c4e1a2a66ccf0005a88dfb2650c1dffb6f5ce603dfbd452ce3/idna-3.10-py3-none-any.whl
|
||||
sha256: 946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3
|
||||
- type: file
|
||||
url: https://files.pythonhosted.org/packages/c0/8b/d8427f023c081a8303e6ac7209c16e6878f2765d5b59667f3903fbcfd365/importlib_metadata-7.0.1-py3-none-any.whl
|
||||
sha256: 4805911c3a4ec7c3966410053e9ec6a1fecd629117df5adee56dfc9432a1081e
|
||||
- type: file
|
||||
url: https://files.pythonhosted.org/packages/ef/a6/62565a6e1cf69e10f5727360368e451d4b7f58beeac6173dc9db836a5b46/iniconfig-2.0.0-py3-none-any.whl
|
||||
sha256: b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374
|
||||
|
@ -156,9 +153,6 @@ sources:
|
|||
- type: file
|
||||
url: https://files.pythonhosted.org/packages/78/58/e860788190eba3bcce367f74d29c4675466ce8dddfba85f7827588416f01/wsproto-1.2.0-py3-none-any.whl
|
||||
sha256: b9acddd652b585d75b20477888c56642fdade28bdfd3579aa24a4d2c037dd736
|
||||
- type: file
|
||||
url: https://files.pythonhosted.org/packages/b7/1a/7e4798e9339adc931158c9d69ecc34f5e6791489d469f5e50ec15e35f458/zipp-3.21.0-py3-none-any.whl
|
||||
sha256: ac1bbe05fd2991f160ebce24ffbac5f6d11d83dc90891255885223d42b3cd931
|
||||
- type: file
|
||||
url: https://files.pythonhosted.org/packages/fe/42/f8dbc2b9ad59e927940325a22d6d3931d630c3644dae7e2369ef5d9ba230/zope.event-5.0-py3-none-any.whl
|
||||
sha256: 2832e95014f4db26c47a13fdaef84cef2f4df37e66b59d8f1f4a8f319a632c26
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue