Skip to content

Commit ca301f1

Browse files
committed
Added pytz
1 parent 9a73380 commit ca301f1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ubuntu_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ sudo dbus-uuidgen --ensure
2929
sudo fc-cache -f -v
3030

3131
# Install the python modules
32-
until sudo pip3 install dnspython monotonic pillow psutil requests tornado wsaccel brotli fonttools selenium future usbmuxwrapper
32+
until sudo pip3 install dnspython monotonic pillow psutil requests tornado wsaccel brotli fonttools selenium future usbmuxwrapper pytz tzlocal
3333
do
3434
sleep 1
3535
done

wptagent.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,7 @@ def startup(self, detected_browsers):
489489

490490
# Optional imports
491491
self.requires('fontTools', 'fonttools')
492+
self.requires('pytz')
492493
self.requires('tzlocal')
493494

494495
# Try patching ws4py with a faster lib

0 commit comments

Comments
 (0)