1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 07:47:14 +03:00

Add MacOS pyobjc to requirements.txt

This commit is contained in:
Athanasius 2021-03-13 12:44:23 +00:00
parent 84590720ef
commit e76e76bbe4

View File

@ -4,3 +4,6 @@ watchdog==0.10.3
# argh==0.26.2 watchdog dep
# pyyaml==5.3.1 watchdog dep
semantic-version==2.8.5
# Base requirement for MacOS
pyobjc; sys_platform == 'darwin'