mirror of
https://github.com/nfstream/nfstream.git
synced 2026-05-19 07:54:25 +00:00
attempt to fix deps
This commit is contained in:
parent
892b71af12
commit
babbca660f
3 changed files with 4 additions and 7 deletions
2
.github/workflows/build_wheel_publish.yml
vendored
2
.github/workflows/build_wheel_publish.yml
vendored
|
|
@ -57,5 +57,5 @@ jobs:
|
|||
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
|
||||
run: |
|
||||
python3 -m pip install --upgrade pip --break-system-packages
|
||||
python3 -m pip install twine --break-system-packages
|
||||
python3 -m pip install -r dev_requirements.txt --break-system-packages
|
||||
python3 -m twine upload --skip-existing ./wheelhouse/nfstream-*.whl
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ numpy>=1.19.5
|
|||
pandas>=1.1.5
|
||||
dpkt>=1.9.7
|
||||
wheel>=0.37.0
|
||||
twine>=3.4.2
|
||||
setuptools>=57.4.0
|
||||
twine>=6.2.0
|
||||
setuptools>=77.0.0
|
||||
codecov>=2.1.12
|
||||
tqdm>=4.63.0
|
||||
|
|
@ -10,7 +10,4 @@ select = "*-musllinux*"
|
|||
before-all = """
|
||||
apk add --no-cache autoconf automake libtool pkgconfig gettext json-c-dev libusb-dev dbus-glib-dev bluez-libs bluez-dev libnl3-dev flex bison && \
|
||||
install -d "$(aclocal --print-ac-dir)" && cp /usr/share/aclocal/pkg.m4 "$(aclocal --print-ac-dir)/"
|
||||
"""
|
||||
|
||||
[tool.setuptools]
|
||||
license-files = []
|
||||
"""
|
||||
Loading…
Add table
Add a link
Reference in a new issue