forked from ahivert/tgtg-python
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
30 lines (26 loc) · 710 Bytes
/
Copy pathpyproject.toml
File metadata and controls
30 lines (26 loc) · 710 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
[tool.poetry]
name = "tgtg"
version = "0.17.0"
description = "Unoffical python client for TooGoodToGo API"
readme = "README.md"
authors = ["Anthony Hivert <anthony.hivert@gmail.com>"]
repository = "https://github.com/ahivert/tgtg-python"
[tool.poetry.dependencies]
python = "^3.8"
requests = "^2.27.1"
google-api-python-client = "^2.145.0"
google-auth-httplib2 = "^0.2.0"
google-auth-oauthlib = "^1.2.1"
[tool.isort]
profile = "black"
[tool.poetry.dev-dependencies]
freezegun = "^1.5.1"
pre-commit = "^3.5.0"
pytest = "^8.3.2"
pytest-cov = "^4.1.0"
pytest-responses = "^0.5.1"
responses = "^0.25.3"
typed-ast = "^1.5.5"
[build-system]
requires = ["poetry-core>=1.5.0"]
build-backend = "poetry.masonry.api"