min version for sqlalchemy

This commit is contained in:
blitzman
2017-01-28 01:29:08 -05:00
parent 6d34ae2960
commit a952f80ea4
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ If you wish to help with development or simply need to run pyfa through a Python
* Python 2.7
* `wxPython` 2.8/3.0
* `sqlalchemy` >= 0.6
* `sqlalchemy` >= 1.0.5
* `dateutil`
* `matplotlib` (for some Linux distributions you may need to install separate wxPython bindings such as `python-matplotlib-wx`)
* `requests`

View File

@@ -3,4 +3,4 @@ PyYAML
python-dateutil
urllib3
requests==2.11.1
sqlalchemy
sqlalchemy>=1.0.5