From 9c355d8f96f0773b7bee0629c0ef1febef5322bc Mon Sep 17 00:00:00 2001 From: blitzmann Date: Fri, 9 Feb 2018 18:53:14 -0500 Subject: [PATCH] update requirements --- README.md | 9 ++------- requirements.txt | 5 ++--- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index fd87aed48..2e09ca7f0 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/requirements.txt b/requirements.txt index e57add8c9..f1a1bb6b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file