{admin@attacker.club} 2023-10-11 10:22:07 +08:00
parent b359768b95
commit 54560b515c
1 changed files with 15 additions and 3 deletions

View File

@ -1,4 +1,16 @@
build:build:
image: latest
version: 2
requirements_file: requirements.txt
# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.11"
python:
install:
- requirements: requirements.txt
# build:build:
# image: latest
# requirements_file: requirements.txt