Created
August 1, 2020 06:37
-
-
Save serjflint/dfbb4bc8293ebce28b256aa53c22c8ac to your computer and use it in GitHub Desktop.
Pyproject.toml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[tool.poetry] | |
name = "zkd" | |
version = "0.1.0" | |
description = "" | |
authors = ["Sergei Iakhnitskii <[email protected]>"] | |
[tool.poetry.dependencies] | |
python = "^3.6" | |
cython = "^0.29.21" | |
geohash-hilbert = "^1.4.0" | |
trio = "^0.16.0" | |
toml = "^0.10.1" | |
logbook = "^1.5.3" | |
psycopg2-binary = "^2.8.5" | |
geojson = "^2.5.0" | |
cachetools = "^4.1.1" | |
triopg = {git = "https://github.com/python-trio/triopg.git", rev = "master"} | |
[tool.poetry.dev-dependencies] | |
pytest = "^5.4.3" | |
yappi = "^1.2.5" | |
objgraph = "^3.4.1" | |
[build-system] | |
requires = ["poetry>=0.12"] | |
build-backend = "poetry.masonry.api" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment