mirror of
https://github.com/pushbits/server.git
synced 2025-04-29 10:16:50 +02:00
11 lines
176 B
TOML
11 lines
176 B
TOML
[tool.poetry]
|
|
name = "pushbits"
|
|
version = "0.0.0"
|
|
description = ""
|
|
authors = []
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.7"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
semgrep = "^0.82.0"
|