Skip to content

Commit

Permalink
Poetry init
Browse files Browse the repository at this point in the history
  • Loading branch information
lqmanh committed Aug 7, 2020
1 parent d18b594 commit ec3df47
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
8 changes: 8 additions & 0 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions poetry.toml
@@ -0,0 +1,2 @@
[virtualenvs]
in-project = true
15 changes: 15 additions & 0 deletions pyproject.toml
@@ -0,0 +1,15 @@
[tool.poetry]
name = "postgrest-py"
version = "0.0.1"
description = "PostgREST client for Python. This library provides an ORM interface to PostgREST."
authors = ["Lương Quang Mạnh <luongquangmanh85@gmail.com>"]
license = "MIT"

[tool.poetry.dependencies]
python = "^3.7"

[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"

0 comments on commit ec3df47

Please sign in to comment.