FaradayRF / faradayio-cli

Command Line Interface implementation of the faradayio module
GNU General Public License v3.0
1 stars 1 forks source link

Pull in all Version 0.0.1 Commits #16

Closed kb1lqc closed 6 years ago

kb1lqc commented 6 years ago

This PR pull in all version 0.0.1 commits which comprises of those which fulfill:

These are currently in the develop branch and should be pulled into master followed by a release on Github and PyPi package upload. Additionally, this program requires faradayio=0.0.2 or newer to run.

kb1lqc commented 6 years ago

Just noticed that requirements.txt is out of date and specifies faradayio>=0.0.1. This should be updated to faradayio==0.0.2. Additionally I should ensure this works from a fresh virtual environment to make sure I'm not missing a requirement after the intense development on this version.