mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
drop sqlalchemy from mac package
This commit is contained in:
parent
f697858ebd
commit
5f2eb6e5fa
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ OPTIONS = {
|
|||
"includes": ["sip", "cgi", "encodings", "encodings.utf_8",
|
||||
"encodings.shift_jis", "_multibytecodec",
|
||||
"PyQt4.QtNetwork", "platform"],
|
||||
'packages': ["sqlalchemy", "pysqlite2", "simplejson"],
|
||||
'packages': ["pysqlite2", "simplejson"],
|
||||
'excludes': ['_gtkagg', '_tkagg', "_wxagg",
|
||||
"wx", "_wx",
|
||||
"Tkconstants", "Tkinter", "tcl", "pygame"],
|
||||
|
|
Loading…
Reference in a new issue