From c9826b62e94310829e1669eb162eb729dae5a2b5 Mon Sep 17 00:00:00 2001 From: jMyles Date: Sun, 20 Jan 2019 23:24:56 -0500 Subject: [PATCH] Out with the old, in with the new. Actually no, out with the new, and in with the old. Or... you know, whatever. --- Pipfile | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index 0738e023c..5319e97f8 100644 --- a/Pipfile +++ b/Pipfile @@ -19,7 +19,7 @@ pysha3="*" requests = "*" sqlalchemy = "*" maya = "*" -apistar = "<0.6.0" +flask = "*" # Third-Party Ethereum py-evm = "==0.2.0a39" eth-tester = "*" diff --git a/requirements.txt b/requirements.txt index 4244102b8..3c1c1442d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ -i https://pypi.python.org/simple -apistar==0.5.42 appdirs==1.4.3 argh==0.26.2 asn1crypto==0.24.0 @@ -31,6 +30,7 @@ eth-rlp==0.1.2 eth-tester==0.1.0b36 eth-typing==2.0.0 eth-utils==1.4.1 +Flask==1.0.2 hendrix==3.1.0 hexbytes==0.1.0 humanize==0.5.1