[project] name = "wedding-phone" version = "1.0.0" description = "Vintage rotary phone audio system for weddings and events" readme = "README.md" requires-python = ">=3.8" dependencies = [ "flask>=2.3.0", "numpy>=1.21.0", "pyaudio>=0.2.13", "RPi.GPIO>=0.7.1", "waitress>=2.1.0", "scipy>=1.7.0", ] [project.scripts] wedding-phone = "rotary_phone_web:main" wedding-phone-test = "test_complete:main" [project.optional-dependencies] dev = [ "pytest>=7.0.0", ]