From 5cecb2465440f45ece538b418d4086183ac583dd Mon Sep 17 00:00:00 2001 From: Ryan Holmes Date: Sun, 19 Mar 2017 00:22:50 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a3b795749..5700287f8 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ If you wish to help with development or simply need to run pyfa through a Python * `dateutil` * `matplotlib` (for some Linux distributions you may need to install separate wxPython bindings such as `python-matplotlib-wx`) * `requests` +* `logbook` >= 1.0.0 ## 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). From 554807968a6335be7a059661ff2fab56771cb8a3 Mon Sep 17 00:00:00 2001 From: Ryan Holmes Date: Sun, 19 Mar 2017 00:23:17 -0400 Subject: [PATCH 2/2] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ed301fe25..d3bc33dde 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -logbook +logbook>=1.0.0 matplotlib PyYAML python-dateutil