-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
37 lines (33 loc) · 927 Bytes
/
Copy pathpyproject.toml
File metadata and controls
37 lines (33 loc) · 927 Bytes
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
[project]
name = "django-risingwave"
version = "0.0.10"
description = "A Django ORM connector for RisingWave"
authors = [
{name = "Bas Steins", email = "blog@bascodes.com"},
]
maintainers = [
{ name = "Bas Steins", email = "blog@bascodes.com" },
]
dependencies = [
'django > 4.0'
]
requires-python = ">=3.9"
readme = "README.md"
license = { file = "LICENSE" }
classifiers = [
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
"Intended Audience :: Developers",
"Framework :: Django",
]
[project.urls]
"Homepage" = "https://bas.surf/django-risingwave"
"Source" = "https://github.com/bas-codes/django-risingwave"
"Bug Tracker" = "https://github.com/bas-codes/django-risingwave/issues"
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"
[options.extras_require]
psycopg2-binary = psycopg2-binary
psycopg2 = psycopg2