fix: use latest wuttjamaican
also ignore temp files etc.
This commit is contained in:
parent
bf1cdfc399
commit
9075c855d9
2 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,3 +1,5 @@
|
|||
*~
|
||||
*.pyc
|
||||
.tox/
|
||||
build/
|
||||
dist/
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ install_requires =
|
|||
texttable
|
||||
typer
|
||||
typing-extensions
|
||||
WuttJamaican>=0.1.12
|
||||
WuttJamaican>=0.3.0
|
||||
xlrd
|
||||
|
||||
tests_require = rattail[db,tests]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue