Skip to content

Instantly share code, notes, and snippets.

@andersgs
Created August 8, 2018 23:02
Show Gist options
  • Save andersgs/2207a4ea2cbe0f02f0ce7a817ba59a7a to your computer and use it in GitHub Desktop.
Save andersgs/2207a4ea2cbe0f02f0ce7a817ba59a7a to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "bigsdbcli"
version = "0.1.0"
description = "A commandline interface to BIGSDB API"
license = "GPL-3.0"
readme = 'README.rst'
[tool.poetry.dependencies]
python = "3.7"
requests = "^2.19"
rauth = "^0.7.3"
toml = "^0.9.4"
[tool.poetry.dev-dependencies]
pytest = "^3.7"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment