mirror of
https://github.com/csd4ni3l/loginween.git
synced 2025-11-05 05:58:10 +01:00
17 lines
434 B
TOML
17 lines
434 B
TOML
[project]
|
|
name = "loginween"
|
|
version = "0.0.1"
|
|
description = "LoginWeen"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"flask>=3.1.2",
|
|
"flask-login>=0.6.3",
|
|
"python-dotenv>=1.1.1",
|
|
]
|
|
classifiers = [
|
|
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
|
"Programming Language :: Python :: 3",
|
|
"Programming Language :: Python :: 3.11",
|
|
"Operating System :: OS Independent",
|
|
] |