mirror of
https://github.com/lalanza808/monero.fail.git
synced 2025-04-19 12:45:46 -04:00
22 lines
493 B
TOML
22 lines
493 B
TOML
[project]
|
|
name = "monero-fail"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
dependencies = [
|
|
"arrow>=1.2.3",
|
|
"flask>=2.2.5",
|
|
"flask-wtf>=1.1.1",
|
|
"geoip2>=4.7.0",
|
|
"py-levin",
|
|
"python-dotenv>=0.21.1",
|
|
"requests>=2.31.0",
|
|
"gunicorn>=23.0.0",
|
|
"frozenlist==1.4.0",
|
|
"aiohttp>=3.8.6",
|
|
]
|
|
|
|
[tool.uv.sources]
|
|
py-levin = { url = "https://github.com/lalanza808/py-levin/archive/refs/heads/master.zip" }
|