Update some components in requirements file

This commit is contained in:
DarkPhoenix
2019-07-27 19:58:20 +03:00
parent 077db2ecd6
commit 81e3edc041
3 changed files with 4 additions and 3 deletions

View File

@@ -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
]

View File

@@ -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

View File

@@ -7,7 +7,7 @@ passenv = CI TRAVIS TRAVIS_*
deps =
-rrequirements.txt
-rrequirements_test.txt
basepython = python3.6
basepython = python3.7
commands = py.test -vv --cov Pyfa tests2/
[testenv:pep8]