[project] name = "crazyflie-mission-client" version = "0.1.0" description = "Tkinter mission client that flies a Crazyflie + Flow v2 deck to a 1 m hover" readme = "README.md" requires-python = ">=3.10" dependencies = [ # Crazyflie radio link, logging, commander, supervisor arming API. # 0.1.25 is the first release with cf.supervisor.send_arming_request(). "cflib>=0.1.25", # Immediate-mode GUI (same binding as the test-stand app). "dearpygui>=2.0", ] [tool.uv] # Flat-module application, not an installable package — don't try to build it. package = false