From 72cdd3e104980139a3ebf8e525ada378367d24c6 Mon Sep 17 00:00:00 2001 From: Andrew Dorney Date: Sat, 7 Nov 2015 06:57:34 -0600 Subject: [PATCH] Add "requests" to README.md CREST support requires the requests module which may not be included by default in all users' distributions. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 89f0a4103..94fe0fc6c 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ If you wish to help with development or simply need to run pyfa through a Python * `sqlalchemy` >= 0.6 * `dateutil` * `matplotlib` (for some Linux distributions, you may need to install separate wxPython bindings, such as `python-matplotlib-wx`) +* `requests` ## Bug Reporting The preferred method of reporting bugs is through the projects GitHub Issues interface. Alternatively, posting a report in the pyfa thread 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).