Skip to content

Commit

Permalink
Refactor (#514)
Browse files Browse the repository at this point in the history
* Refactor some code out of main
* update dependencies
  • Loading branch information
sumpfork authored May 1, 2024
1 parent 811de70 commit 7c82086
Show file tree
Hide file tree
Showing 11 changed files with 1,613 additions and 1,562 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ dist
.tox/

venv

/local_fonts/
31 changes: 16 additions & 15 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --extra=dev --no-emit-index-url --output-file=dev-requirements.txt
#
backports-tarfile==1.0.0
backports-tarfile==1.1.1
# via jaraco-context
build==1.2.1
# via domdiv (pyproject.toml)
Expand All @@ -22,17 +22,17 @@ configargparse==1.7
# via domdiv (pyproject.toml)
distlib==0.3.8
# via virtualenv
docutils==0.20.1
docutils==0.21.2
# via readme-renderer
doit==0.36.0
# via domdiv (pyproject.toml)
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via pytest
filelock==3.13.3
filelock==3.14.0
# via virtualenv
identify==2.5.35
identify==2.5.36
# via pre-commit
idna==3.6
idna==3.7
# via requests
importlib-metadata==7.1.0
# via
Expand All @@ -46,10 +46,12 @@ jaraco-classes==3.4.0
# via keyring
jaraco-context==5.3.0
# via keyring
jaraco-functools==4.0.0
jaraco-functools==4.0.1
# via keyring
keyring==25.1.0
keyring==25.2.0
# via twine
loguru==0.7.2
# via domdiv (pyproject.toml)
markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
Expand All @@ -72,25 +74,25 @@ pillow==10.3.0
# reportlab
pkginfo==1.10.0
# via twine
platformdirs==4.2.0
platformdirs==4.2.1
# via virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via pytest
pre-commit==3.7.0
# via domdiv (pyproject.toml)
pygments==2.17.2
# via
# readme-renderer
# rich
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via build
pytest==8.1.1
pytest==8.2.0
# via domdiv (pyproject.toml)
pyyaml==6.0.1
# via pre-commit
readme-renderer==43.0
# via twine
reportlab==4.1.0
reportlab==4.2.0
# via domdiv (pyproject.toml)
requests==2.31.0
# via
Expand All @@ -105,15 +107,14 @@ rich==13.7.1
tomli==2.0.1
# via
# build
# pyproject-hooks
# pytest
twine==5.0.0
# via domdiv (pyproject.toml)
urllib3==2.2.1
# via
# requests
# twine
virtualenv==20.25.1
virtualenv==20.26.1
# via pre-commit
zipp==3.18.1
# via importlib-metadata
Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ chardet==5.2.0
# via reportlab
configargparse==1.7
# via domdiv (pyproject.toml)
loguru==0.7.2
# via domdiv (pyproject.toml)
pillow==10.3.0
# via
# domdiv (pyproject.toml)
# reportlab
reportlab==4.1.0
reportlab==4.2.0
# via domdiv (pyproject.toml)
Loading

0 comments on commit 7c82086

Please sign in to comment.