Update build

This commit is contained in:
jayofelony
2024-12-01 16:27:11 +01:00
parent 1cf8faddda
commit cafc8de564

View File

@ -6,31 +6,10 @@ build-backend = "setuptools.build_meta"
name = "pwnagotchi"
dynamic = ["version"]
dependencies = [
"PyYAML",
"dbus-python",
"file-read-backwards",
"flask",
"flask-cors",
"flask-wtf",
"gast",
"gpiozero",
"inky",
"numpy",
"pycryptodome",
"pydrive2",
"python-dateutil",
"requests",
"rpi-lgpio",
"rpi_hardware_pwm",
"scapy",
"setuptools",
"shimmy",
"smbus",
"smbus2",
"spidev",
"toml",
"tweepy",
"websockets",
"PyYAML", "dbus-python", "file-read-backwards", "flask", "flask-cors",
"flask-wtf", "gast", "gpiozero", "inky", "numpy", "pycryptodome", "pydrive2", "python-dateutil",
"requests", "rpi-lgpio", "rpi_hardware_pwm", "scapy", "setuptools", "shimmy", "smbus", "smbus2",
"spidev", "toml", "tweepy", "websockets",
]
requires-python = ">=3.11"
@ -45,7 +24,7 @@ description = "(⌐■_■) - Deep Reinforcement Learning instrumenting betterca
readme = "README.md"
license = {file = "LICENSE.md"}
classifiers = [
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.11',
'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: GNU General Public License (GPL)',
'Environment :: Console',