Update some components in requirements file
This commit is contained in:
@@ -52,6 +52,7 @@ if os_name == 'Darwin':
|
||||
|
||||
import_these = [
|
||||
'numpy.core._dtype_ctypes', # https://github.com/pyinstaller/pyinstaller/issues/3982
|
||||
'numpy.random.common', # https://github.com/pyfa-org/Pyfa/issues/1998
|
||||
'sqlalchemy.ext.baked' # windows build doesn't launch without if when using sqlalchemy 1.3.x
|
||||
]
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
wxPython == 4.0.4
|
||||
wxPython == 4.0.6
|
||||
logbook >= 1.0.0
|
||||
matplotlib >= 2.0.0
|
||||
matplotlib >= 3.0.0
|
||||
python-dateutil
|
||||
requests >= 2.0.0
|
||||
sqlalchemy >= 1.3.0
|
||||
|
||||
Reference in New Issue
Block a user