Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def run(self):
'pytest>=6.0',
'pytest-cov',
'freezegun~=1.0',
'tzdata',
],
},
cmdclass={'import_cldr': import_cldr},
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ extras =
deps =
{env:BABEL_TOX_EXTRA_DEPS:}
backports.zoneinfo;python_version<"3.9"
tzdata;sys_platform == 'win32'
pytz: pytz
setuptools: setuptools
jinja: jinja2>=3.0
Expand Down