-
Notifications
You must be signed in to change notification settings - Fork 3
/
pyproject.toml
57 lines (56 loc) · 1.37 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
[tool.pdm]
[tool.pdm.dev-dependencies]
dev = [
"black>=23.1.0",
"pytest>=7.2.1",
"therapist>=2.2.0",
"bandit>=1.7.4",
"mypy>=1.0.1",
"isort>=5.12.0",
"autoflake>=2.0.1",
"types-requests>=2.28.11.15",
"pytest-asyncio>=0.21.0",
"nb-clean>=2.4.0",
"jupyter>=1.0.0",
"types-pytz>=2023.3.0.0",
"types-protobuf>=4.23.0.2",
"pandas>=1.5.3",
]
[project]
name = ""
version = ""
description = ""
authors = [
{name = "Amichay Oren", email = "[email protected]"},
]
dependencies = [
"functions-framework>=3.3.0",
"requests>=2.31.0",
"google-cloud-secret-manager>=2.15.1",
"google-crc32c>=1.5.0",
"google-cloud-pubsub>=2.15.2",
"google-api-python-client>=2.83.0",
"pip>=23.0.1",
"install>=1.3.5",
"google-cloud-firestore>=2.11.1",
"opentelemetry-exporter-gcp-monitoring>=1.4.0a0",
"opentelemetry-api>=1.19.0",
"opentelemetry-sdk>=1.17.0",
"urllib3>=1.26.15",
"keyrings-google-artifactregistry-auth>=1.1.2",
"SecretStorage>=3.3.3",
"flask>=2.3.2",
"google-cloud>=0.34.0",
"aiohttp>=3.8.2",
"alpaca-py>=0.8.2",
"openai>=0.27.7",
"google-api-core>=2.11.1",
"googleapis-common-protos>=1.59.1",
"jsonschema>=4.18.0",
"pytz>=2023.3",
"nb-clean>=3.0.0",
"pandas>=2.1.0",
"google-cloud-tasks>=2.14.1",
]
requires-python = ">=3.9"
license = {text = "MIT"}