File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 3
3
click
4
4
loguru
5
5
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
7
9
twilio
Original file line number Diff line number Diff line change 1
1
#
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 :
4
4
#
5
- # pip-compile --annotation-style=line
5
+ # pip-compile requirements.in
6
6
#
7
7
aiohttp == 3.8.4
8
8
# via
@@ -64,7 +64,7 @@ requests==2.28.1
64
64
# twilio
65
65
six == 1.16.0
66
66
# via python-dateutil
67
- timezonefinder == 6.2.0
67
+ timezonefinder == 6.1.10
68
68
# via -r requirements.in
69
69
twilio == 8.0.0
70
70
# via -r requirements.in
You can’t perform that action at this time.
0 commit comments