Updated requirements, added basic (essentially always true) tests

This commit is contained in:
Alex Kelly 2021-08-18 19:18:15 -04:00
commit e0c86483e4
4 changed files with 230 additions and 2 deletions

View file

@ -7,8 +7,11 @@ authors = ["Alex Kelly <alex.kelly@franklin.edu>"]
[tool.poetry.dependencies]
python = "^3.9"
click = "^8.0.1"
python-dateutil = "^2.8.2"
[tool.poetry.dev-dependencies]
pytest = "^6.2.4"
flake8 = "^3.9.2"
[build-system]
requires = ["poetry-core>=1.0.0"]