-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpyproject.toml
48 lines (46 loc) · 1.23 KB
/
pyproject.toml
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
42
43
44
45
46
47
48
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "flask-deta"
version = "0.2.1"
description = "A Python library for seamless integration with DetaSpace in Flask"
authors = [{ name = "J.P. Esparza" }]
maintainers = [{ name = "J.P. Esparza" }]
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"Flask>=2.3",
"deta>=1.2"
]
keywords = [
"Flask",
"Flask Package",
"Flask NoSQL",
"Fask Deta",
"Deta",
"Detaspace",
"Python Deta",
"NoSQL",
"Drive",
"Databases",
"Web Development",
]
classifiers = [
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: BSD License",
"Operating System :: Microsoft",
"Operating System :: POSIX",
"Operating System :: MacOS",
"Intended Audience :: End Users/Desktop",
"Intended Audience :: Developers",
"Framework :: Flask",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
"Topic :: Software Development :: Libraries :: Python Modules",
]
license = { file = "LICENSE" }
[project.urls]
"Homepage" = "https://flask-deta.readthedocs.io/en/latest/"
"Source Code" = "https://github.com/Jesparzarom/Flask-Deta"
"Bug Tracker" = "https://github.com/Jesparzarom/Flask-Deta/issues"