-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpyproject.toml
More file actions
41 lines (38 loc) · 1.42 KB
/
pyproject.toml
File metadata and controls
41 lines (38 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[project]
name = "flask-Humanify"
version = "0.2.9"
description = "Protect against bots and DDoS attacks"
readme = "README.md"
authors = [
{name = "TN3W", email = "tn3w@protonmail.com"}
]
license = "Apache-2.0"
requires-python = ">=3.6"
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Web Environment",
"Framework :: Flask",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = ["Flask", "netaddr", "opencv-python-headless", "numpy", "cryptography", "scipy", "pydub", "crawler-user-agents", "audioop-lts>=0.2.1;python_version>='3.13'"]
[project.urls]
Homepage = "https://github.com/tn3w/flask-Humanify"
Documentation = "https://github.com/tn3w/flask-Humanify"
Repository = "https://github.com/tn3w/flask-Humanify.git"
Issues = "https://github.com/tn3w/flask-Humanify/issues"
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[tool.setuptools]
packages = ["flask_humanify"]
include-package-data = true