Skip to content

Commit 08c6aa5

Browse files
author
mechnotech
committed
poetry add
1 parent 4175b15 commit 08c6aa5

File tree

2 files changed

+132
-0
lines changed

2 files changed

+132
-0
lines changed

poetry.lock

+111
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
[tool.poetry]
2+
name = "coinex-api"
3+
version = "0.1.0"
4+
description = ""
5+
authors = ["mechnotech <mechnotech@yandex.ru>"]
6+
7+
[tool.poetry.dependencies]
8+
python = "^3.8"
9+
certifi = "2021.10.8"
10+
charset-normalizer = "2.0.7"
11+
idna = "3.3"
12+
python-dotenv = "0.15.0"
13+
requests = "2.26.0"
14+
urllib3 = "1.26.7"
15+
backoff = "1.11.1"
16+
17+
[tool.poetry.dev-dependencies]
18+
19+
[build-system]
20+
requires = ["poetry-core>=1.0.0"]
21+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)