service/setup.cfg

18 lines
255 B
INI
Raw Permalink Normal View History

2024-01-19 15:32:27 +01:00
[metadata]
name = piracyshield_service
version = 1.0.0
description = Flow Management
[options]
package_dir=
=src
packages = find:
python_requires = >= 3.10
install_requires =
redis
rq
python-dateutil
2024-01-19 15:32:27 +01:00
[options.packages.find]
where = src