-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
44 lines (41 loc) · 996 Bytes
/
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
[tool.poetry]
name = "g-sheets-tools"
version = "0.1.9"
description = ""
authors = ["Andy Friedman <[email protected]>"]
repository = "https://github.com/afriedman412/g-sheets-tools"
packages = [
{ include = "gsheetstools"}
]
[tool.poetry.dependencies]
python = "^3.8.5"
cachetools = "4.1.1"
chardet = "^4.0.0"
certifi = "^2021.10.8"
google-auth = "^2.3.3"
google-auth-httplib2 = "^0.1.0"
google-api-python-client = "^2.33.0"
google-api-core = "^2.3.2"
google-auth-oauthlib = "^0.4.6"
googleapis-common-protos = "^1.54.0"
httplib2 = "^0.20.2"
idna = "^3.3"
numpy = "^1.19.2"
oauthlib = "^3.1.1"
pandas = "^1.3.5"
protobuf = "^3.19.1"
pyasn1 = "^0.4.8"
pyasn1-modules = "^0.2.8"
python-dateutil = "^2.8.2"
pytz = "^2021.3"
requests = "^2.26.0"
requests-oauthlib = "^1.3.0"
rsa = "^4.8"
six = "^1.16.0"
uritemplate = "^4.1.1"
urllib3 = "^1.26.7"
[tool.poetry.dev-dependencies]
pytest = "^6.2.5"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"