mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
fixed case
This commit is contained in:
parent
e5cfceb261
commit
c0abda31bc
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
image: debian/sid
|
image: debian/sid
|
||||||
sources:
|
sources:
|
||||||
- https://git.sr.ht/~cedric/Stegano
|
- https://git.sr.ht/~cedric/stegano
|
||||||
packages:
|
packages:
|
||||||
- python3
|
- python3
|
||||||
- python3-dev
|
- python3-dev
|
||||||
- python3-pip
|
- python3-pip
|
||||||
- python3-venv
|
- python3-venv
|
||||||
environment:
|
environment:
|
||||||
project: Stegano
|
project: stegano
|
||||||
tasks:
|
tasks:
|
||||||
- dependencies: |
|
- dependencies: |
|
||||||
pip3 install --user poetry
|
pip3 install --user poetry
|
||||||
|
|
Loading…
Add table
Reference in a new issue