fix: use latest wuttjamaican

also ignore temp files etc.
This commit is contained in:
Lance Edgar 2024-06-10 13:45:16 -05:00
parent bf1cdfc399
commit 9075c855d9
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View file

@ -1,3 +1,5 @@
*~
*.pyc
.tox/
build/
dist/

View file

@ -55,7 +55,7 @@ install_requires =
texttable
typer
typing-extensions
WuttJamaican>=0.1.12
WuttJamaican>=0.3.0
xlrd
tests_require = rattail[db,tests]