dependency changes
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
# DEALINGS IN THE SOFTWARE.
|
||||
|
||||
import bitcoinrpc
|
||||
import jsonrpc
|
||||
import sys
|
||||
from decimal import *
|
||||
|
||||
@@ -53,7 +53,7 @@ at which to trade each.
|
||||
Dependencies
|
||||
============
|
||||
|
||||
bitcoinrpc & jsonrpc:
|
||||
bitcoinrpc:
|
||||
https://github.com/jgarzik/python-bitcoinrpc
|
||||
|
||||
PyCryptsy:
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
# DEALINGS IN THE SOFTWARE.
|
||||
|
||||
|
||||
import bitcoinrpc
|
||||
import jsonrpc
|
||||
import json
|
||||
from ProfitLib import *
|
||||
|
||||
2
setup.py
2
setup.py
@@ -15,7 +15,7 @@ setup(
|
||||
url='https://github.com/salfter/ProfitLib',
|
||||
py_modules=['ProfitLib'],
|
||||
zip_safe=False,
|
||||
install_requires=["bitcoinrpc","jsonrpc","PyCryptsy","python-bittrex","PyCCEX","PyCryptopia","poloniex","bleuBot"],
|
||||
install_requires=["jsonrpc","PyCryptsy","python-bittrex","PyCCEX","PyCryptopia","poloniex","bleuBot"],
|
||||
classifiers=[
|
||||
'Development Status :: 2 - Pre-Alpha',
|
||||
'Intended Audience :: Developers',
|
||||
|
||||
Reference in New Issue
Block a user