diff options
author | Bryan Bishop <kanzure@gmail.com> | 2015-06-02 01:46:43 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2015-06-02 01:46:43 -0500 |
commit | b9afc200d5d86f08ccdc4e757fbcf6153a035406 (patch) | |
tree | f0e3b380afa8df868b1cf8dea20c08f80ebc1dc6 /requirements.txt | |
parent | 6da044ec5e220f1becadb13be28b3333b309c853 (diff) | |
download | rpcblockchainexplorer-b9afc200d5d86f08ccdc4e757fbcf6153a035406.tar.gz rpcblockchainexplorer-b9afc200d5d86f08ccdc4e757fbcf6153a035406.zip |
also add flask to dependencies
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 0cf69f0..9694c29 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,5 @@ # bitcoin rpc client python-bitcoinlib==0.2.1 + +# web framework +flask==0.10.1 |