Skip to content

Instantly share code, notes, and snippets.

@Lothiraldan
Created October 31, 2018 07:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lothiraldan/7e4c1ffde3ed90ec183ad4eb5e72a44c to your computer and use it in GitHub Desktop.
Save Lothiraldan/7e4c1ffde3ed90ec183ad4eb5e72a44c to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "balto"
version = "0.1.2"
description = ""
authors = ["Boris Feld <lothiraldan@gmail.com>"]
include = ["balto/**/*.py", "balto/web_interfaces/balto_react/build/**/*"]
exclude = ["balto/web_interfaces/balto_react/node_modules/**/*"]
[tool.poetry.dependencies]
python = "^3.6 || ^3.7"
click = "^7.0"
aiohttp = "^3.4"
aiohttp_json_rpc = "^0.11.2"
aiodocker = "^0.14.0"
docker = "^3.5"
npyscreen = "^4.10"
[tool.poetry.dev-dependencies]
pytest = "^3.0"
pyinstaller = "^3.4"
[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