Skip to content

Commit ca75cc7

Browse files
committed
init
Signed-off-by: chandr-andr (Kiselev Aleksandr) <chandr@chandr.net>
0 parents  commit ca75cc7

File tree

5 files changed

+21
-0
lines changed

5 files changed

+21
-0
lines changed

README.md

Whitespace-only changes.

poetry.lock

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

psqlpy_piccolo/__init__.py

Whitespace-only changes.

pyproject.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[tool.poetry]
2+
name = "psqlpy-piccolo"
3+
version = "0.1.0"
4+
description = ""
5+
authors = ["chandr-andr (Kiselev Aleksandr) <chandr@chandr.net>"]
6+
readme = "README.md"
7+
8+
[tool.poetry.dependencies]
9+
python = "^3.8"
10+
11+
12+
[build-system]
13+
requires = ["poetry-core"]
14+
build-backend = "poetry.core.masonry.api"

tests/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)