Skip to content

Commit

Permalink
Merge pull request #3 from kaluluosi/1.0.6
Browse files Browse the repository at this point in the history
1.0.6
  • Loading branch information
kaluluosi authored Jan 17, 2022
2 parents ddd2bbc + f688e64 commit 8ca2d25
Show file tree
Hide file tree
Showing 11 changed files with 239 additions and 98 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ __pycache__
~$*
.*
!.gitignore
build
build
6 changes: 6 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,18 @@ toml = "*"
xlwings = "*"
click = "*"
jinja2 = "*"
flake8 = "*"
excelexporter = {editable = true, path = "."}

[dev-packages]
setuptools-pipfile = "*"
build = "*"
twine = "*"
pyinstaller = "*"
black = "*"

[requires]
python_version = "3.8"

[pipenv]
allow_prereleases = true
97 changes: 89 additions & 8 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8ca2d25

Please sign in to comment.