-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
79 lines (72 loc) · 2.13 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
[tool.poetry]
name = "ggvlib"
version = "0.2.57"
description = ""
authors = ["Adam Hoffstein <adam.hoffstein@gogox.com>","Jace Chun <jace.chun@gogox.com>","Victor Chan <victor.chan@gogox.com>",]
[tool.poetry.dependencies]
python = ">=3.8,<3.11"
google-cloud-bigquery = "^3.3.5"
loguru = ">0.5.0"
pandas = ">=1.5.1,<3"
pyyaml = "^6.0"
google-cloud-storage = "^2.5.0"
google-cloud-bigquery-storage = "^2.16.2"
db-dtypes = "^1.0.4"
google-api-python-client = "^2.65.0"
pydantic = "^1.10.2"
aiohttp = "^3.8.3"
google-cloud-secret-manager = "^2.12.6"
google-crc32c = "^1.5.0"
google-cloud-scheduler = "^2.7.3"
jsonschema = "^4.17.0"
google-auth-oauthlib = "^0.8.0"
sendgrid = "^6.9.7"
google-cloud-pubsub = "^2.14.0"
sqlalchemy = "^2.0.31"
cloud-sql-python-connector = "^1.11.0"
pg8000 = "^1.31.2"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
black = "^22.10.0"
Sphinx = "^5.3.0"
sphinx-rtd-theme = "^1.0.0"
sphinx-autoapi = "^2.0.0"
[tool.poetry.group.dev.dependencies]
python-dotenv = "^0.21.0"
[tool.pdm]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry_bumpversion.file."ggvlib/__init__.py"]
[project]
authors = [
{name = "Adam Hoffstein", email = "adam.hoffstein@gogox.com"},
{name = "Jace Chun", email = "jace.chun@gogox.com"},
{name = "Victor Chan", email = "victor.chan@gogox.com"},
]
requires-python = "<3.11,>=3.8"
dependencies = [
"google-cloud-bigquery<4.0.0,>=3.3.5",
"loguru>0.5.0",
"pandas<3,>=1.5.1",
"pyyaml<7.0,>=6.0",
"google-cloud-storage<3.0.0,>=2.5.0",
"google-cloud-bigquery-storage<3.0.0,>=2.16.2",
"db-dtypes<2.0.0,>=1.0.4",
"google-api-python-client<3.0.0,>=2.65.0",
"pydantic<2.0.0,>=1.10.2",
"aiohttp<4.0.0,>=3.8.3",
"google-cloud-secret-manager<3.0.0,>=2.12.6",
"google-crc32c<2.0.0,>=1.5.0",
"google-cloud-scheduler<3.0.0,>=2.7.3",
"jsonschema<5.0.0,>=4.17.0",
"google-auth-oauthlib<1.0.0,>=0.8.0",
"sendgrid<7.0.0,>=6.9.7",
"google-cloud-pubsub<3.0.0,>=2.14.0",
"sqlalchemy<3.0.0,>=2.0.31",
"cloud-sql-python-connector>=1.10.0",
"pg8000>=1.31.2",
]
name = "ggvlib"
version = "0.2.53"
description = ""