mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00

Move brand information to Python package rather than settings.yml `pip install .` works with the right version. Dependencies are moved to setup.py requirements.txt contains the dev dependencies. requirements-dev.txt is removed "make install" is broken
8 lines
151 B
TOML
8 lines
151 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools>=45",
|
|
"setuptools_scm[toml]>=6.2",
|
|
"wheel",
|
|
"pyaml"
|
|
]
|
|
build-backend = "setuptools.build_meta"
|