1
0
Fork 0

update dependencies

This commit is contained in:
Kim, Jimin 2025-05-19 08:05:34 +09:00
parent 7247c4c5d5
commit 581c0087a7
Signed by: pomp
GPG key ID: D3932F82A0667A3B
2 changed files with 8 additions and 9 deletions

View file

@ -1,10 +1,9 @@
dataclasses==0.6
google-apputils==0.4.1
google-apputils==0.4.2
mox==0.5.3
protobuf==3.20.1
python-dateutil==2.7.3
protobuf==6.31.0
python-dateutil==2.9.0
python-gflags==3.1.2
pytz==2018.5
setuptools-scm==3.1.0
six==1.11.0
Unidecode==1.0.23
pytz==2025.2
setuptools==80.7.1
six==1.17.0
Unidecode==1.4.0

View file

@ -12,7 +12,7 @@ setup(
entry_points={
"console_scripts": ["nix-google-fonts-gen=nix_google_fonts_gen.cli:main"]
},
install_requires=["protobuf", "dataclasses", "unidecode"],
install_requires=["protobuf", "unidecode"],
classifiers=[
"Topic :: Utilities",
"Environment :: Console",