Skip to content

Instantly share code, notes, and snippets.

@anentropic
Created February 21, 2020 20:05
Show Gist options
  • Save anentropic/661458664b20923cf07f7e377972870b to your computer and use it in GitHub Desktop.
Save anentropic/661458664b20923cf07f7e377972870b to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "waterloo"
version = "0.1.0"
description = "Command line tool for defeating Napoleon docstrings"
authors = ["Anentropic"]
[tool.poetry.dependencies]
python = ">=3.7"
regex = "^2020.2.20"
bowler = "^0.8.0"
fissix = {version = "^19.2b1", allow-prereleases = true}
typing-extensions = "^3.7.4"
toml = "^0.10.0"
megaparsy = "^0.1.4"
typesystem = "^0.2.4"
prompt-toolkit = "^3.0.3"
psycopg2 = { version = "^2.7", optional = true }
mysqlclient = { version = "^1.3", optional = true }
[tool.poetry.extras]
mysql = ["mysqlclient"]
pgsql = ["psycopg2"]
[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