mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-07-10 01:59:50 +00:00
10 lines
164 B
TOML
10 lines
164 B
TOML
[project]
|
|
name = "traffic-post"
|
|
version = "0.1.0"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"argparse>=1.4.0",
|
|
"requests>=2.34.2",
|
|
]
|