Created
August 8, 2018 23:02
-
-
Save andersgs/2207a4ea2cbe0f02f0ce7a817ba59a7a to your computer and use it in GitHub Desktop.
This file contains 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 = "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