Skip to content

Commit ec3df47

Browse files
committed
Poetry init
1 parent d18b594 commit ec3df47

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

poetry.lock

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

poetry.toml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[virtualenvs]
2+
in-project = true

pyproject.toml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[tool.poetry]
2+
name = "postgrest-py"
3+
version = "0.0.1"
4+
description = "PostgREST client for Python. This library provides an ORM interface to PostgREST."
5+
authors = ["Lương Quang Mạnh <[email protected]>"]
6+
license = "MIT"
7+
8+
[tool.poetry.dependencies]
9+
python = "^3.7"
10+
11+
[tool.poetry.dev-dependencies]
12+
13+
[build-system]
14+
requires = ["poetry>=0.12"]
15+
build-backend = "poetry.masonry.api"

0 commit comments

Comments
 (0)