Skip to content

Commit 9e36a46

Browse files
committed
Downgrade to timezonefinder 6.1.10 because 6.2 fails to install on a machine with low memory
1 parent d337b78 commit 9e36a46

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

requirements.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ astral
33
click
44
loguru
55
requests
6-
timezonefinder
6+
# Version 6.2 is killed by OS when trying to install in production (presumably using a lot of memory)
7+
# 6.1.10 works fine
8+
timezonefinder<6.2
79
twilio

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.10
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.11
3+
# by the following command:
44
#
5-
# pip-compile --annotation-style=line
5+
# pip-compile requirements.in
66
#
77
aiohttp==3.8.4
88
# via
@@ -64,7 +64,7 @@ requests==2.28.1
6464
# twilio
6565
six==1.16.0
6666
# via python-dateutil
67-
timezonefinder==6.2.0
67+
timezonefinder==6.1.10
6868
# via -r requirements.in
6969
twilio==8.0.0
7070
# via -r requirements.in

0 commit comments

Comments
 (0)