mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Update build
This commit is contained in:
@ -6,31 +6,10 @@ build-backend = "setuptools.build_meta"
|
|||||||
name = "pwnagotchi"
|
name = "pwnagotchi"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"PyYAML",
|
"PyYAML", "dbus-python", "file-read-backwards", "flask", "flask-cors",
|
||||||
"dbus-python",
|
"flask-wtf", "gast", "gpiozero", "inky", "numpy", "pycryptodome", "pydrive2", "python-dateutil",
|
||||||
"file-read-backwards",
|
"requests", "rpi-lgpio", "rpi_hardware_pwm", "scapy", "setuptools", "shimmy", "smbus", "smbus2",
|
||||||
"flask",
|
"spidev", "toml", "tweepy", "websockets",
|
||||||
"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"
|
requires-python = ">=3.11"
|
||||||
@ -45,7 +24,7 @@ description = "(⌐■_■) - Deep Reinforcement Learning instrumenting betterca
|
|||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = {file = "LICENSE.md"}
|
license = {file = "LICENSE.md"}
|
||||||
classifiers = [
|
classifiers = [
|
||||||
'Programming Language :: Python :: 3',
|
'Programming Language :: Python :: 3.11',
|
||||||
'Development Status :: 5 - Production/Stable',
|
'Development Status :: 5 - Production/Stable',
|
||||||
'License :: OSI Approved :: GNU General Public License (GPL)',
|
'License :: OSI Approved :: GNU General Public License (GPL)',
|
||||||
'Environment :: Console',
|
'Environment :: Console',
|
||||||
|
Reference in New Issue
Block a user