update dependencies
This commit is contained in:
parent
7247c4c5d5
commit
581c0087a7
2 changed files with 8 additions and 9 deletions
|
@ -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
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue