update requirements

This commit is contained in:
blitzmann
2018-02-09 18:53:14 -05:00
parent 2e8d7d3610
commit 9c355d8f96
2 changed files with 4 additions and 10 deletions

View File

@@ -36,13 +36,8 @@ The following is a list of pyfa packages available for certain distributions. Pl
### Dependencies
If you wish to help with development or simply need to run pyfa through a Python interpreter, the following software is required:
* Python 2.7
* `wxPython` 2.8/3.0
* `sqlalchemy` >= 1.0.5
* `dateutil`
* `matplotlib` (for some Linux distributions you may need to install separate wxPython bindings such as `python-matplotlib-wx`)
* `requests`
* `logbook` >= 1.0.0
* Python 3.6
* Requirements as listed in `requirements.txt`
## Bug Reporting
The preferred method of reporting bugs is through the project's [GitHub Issues interface](https://github.com/pyfa-org/Pyfa/issues). Alternatively, posting a report in the [pyfa thread](http://forums.eveonline.com/default.aspx?g=posts&t=247609) on the official EVE Online forums is acceptable. Guidelines for bug reporting can be found on [this wiki page](https://github.com/DarkFenX/Pyfa/wiki/Bug-Reporting).

View File

@@ -2,7 +2,6 @@ wxPython >= 4.0.0b2
logbook >= 1.0.0
matplotlib >= 2.0.0
python-dateutil
urllib3
requests == 2.0.0
sqlalchemy == 1.0.5
requests >= 2.0.0
sqlalchemy >= 1.0.5
markdown2