Updated requirements, added basic (essentially always true) tests
This commit is contained in:
parent
0db05a1d60
commit
e0c86483e4
4 changed files with 230 additions and 2 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue