Skip to content

Commit

Permalink
cleanup toml
Browse files Browse the repository at this point in the history
  • Loading branch information
cjrh committed Mar 29, 2024
1 parent 8281a73 commit 351e8af
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,18 @@ classifiers = [
"Programming Language :: Python :: 3.6",
"Topic :: Software Development :: Libraries :: Python Modules",
]
description-file = "README-pypi.rst"
description-file = "README.rst"
requires = [
"docker",
"typing; python_version < '3.5'",
"psycopg2-binary",
]
dev-requires = [

[tool.flit.metadata.requires-extra]
"dev" = [
"sqlalchemy",
"sqlalchemy_utils",
"sqllogformatter",
"pytest",
"redis",
]

0 comments on commit 351e8af

Please sign in to comment.