Skip to content

Commit

Permalink
Move python package info into snapcraft
Browse files Browse the repository at this point in the history
  • Loading branch information
sukso96100 committed Sep 7, 2023
1 parent 242de9b commit 717908d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
13 changes: 11 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,17 @@ parts:
usbserver:
plugin: python
source: ./usbserver
python-requirements:
- requirements.txt
python-packages:
- blinker==1.6.2
- click==8.1.7
- Flask==2.3.2
- gunicorn==21.2.0
- itsdangerous==2.1.2
- Jinja2==3.1.2
- MarkupSafe==2.1.3
- packaging==23.1
- pyusb==1.2.1
- Werkzeug==2.3.7
build-packages:
- build-essential
override-build: |
Expand Down
10 changes: 0 additions & 10 deletions usbserver/requirements.txt

This file was deleted.

0 comments on commit 717908d

Please sign in to comment.