1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-16 09:10:35 +03:00

Use CA certs from requests not certifi

Fixes #194
This commit is contained in:
Jonathan Harris 2017-04-18 02:02:02 +01:00
parent 3eceae967e
commit ae5356a028

View File

@ -72,7 +72,7 @@ if sys.platform=='darwin':
'optimize': 2,
'packages': [ 'requests', 'keyring.backends' ],
'frameworks': [ 'Sparkle.framework' ],
'excludes': [ 'PIL', 'simplejson' ],
'excludes': [ 'certifi', 'PIL', 'simplejson' ],
'iconfile': '%s.icns' % APPNAME,
'resources': ['snd_good.wav', 'snd_bad.wav', 'modules.p', 'ships.p', 'stations.p', 'systems.p'],
'semi_standalone': True,