Skip to content

Commit 5aa052e

Browse files
committed
django-oscar#3 fix requirements
1 parent ace2c49 commit 5aa052e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ pytest-django>=3.5,<3.9
66
tox>=2.9,<3.15
77
freezegun>=0.3,<0.4
88
sorl-thumbnail
9+
Babel==2.8.0

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
install_requires = [
55
'django>=1.11,<2.3',
66
'python-dateutil>=2.6,<3.0',
7+
'Babel==2.8.0',
78
]
89

910
tests_require = [

0 commit comments

Comments
 (0)