From 97065b2c059d7b1eccd0c2606c2ba3bda41079e5 Mon Sep 17 00:00:00 2001 From: osiris account Date: Mon, 13 Mar 2023 00:13:17 -0700 Subject: [PATCH] fix req --- token-scanner-api/requirements.txt | 68 ++------------------- token-scanner-api/src/utils/vercel_utils.py | 5 -- 2 files changed, 6 insertions(+), 67 deletions(-) delete mode 100644 token-scanner-api/src/utils/vercel_utils.py diff --git a/token-scanner-api/requirements.txt b/token-scanner-api/requirements.txt index f1959aa..39f5414 100644 --- a/token-scanner-api/requirements.txt +++ b/token-scanner-api/requirements.txt @@ -1,62 +1,6 @@ -aiohttp==3.8.4 -aiosignal==1.3.1 -anyio==3.6.2 -async-timeout==4.0.2 -attrs==22.2.0 -base58==2.1.1 -bitarray==2.7.3 -certifi==2022.12.7 -charset-normalizer==3.1.0 -click==8.0.4 -colorama==0.4.6 -cytoolz==0.12.1 -dnspython==2.3.0 -eth-abi==2.2.0 -eth-account==0.5.9 -eth-hash==0.3.3 -eth-keyfile==0.5.1 -eth-keys==0.3.4 -eth-rlp==0.2.1 -eth-typing==2.3.0 -eth-utils==1.10.0 -ethereum-dasm==0.1.4 -ethereum-etl==2.1.2 -evmdasm==0.1.10 -fastapi==0.94.0 -frozenlist==1.3.3 -h11==0.14.0 -hexbytes==0.3.0 -idna==3.4 -ipfshttpclient==0.8.0a2 -jsonschema==4.17.3 -lru-dict==1.1.8 -multiaddr==0.0.9 -multidict==6.0.4 -netaddr==0.8.0 -numpy==1.24.2 -pandas==1.5.3 -parsimonious==0.8.1 -protobuf==3.19.5 -pycryptodome==3.17 -pydantic==1.10.6 -pymongo==4.3.3 -pyrsistent==0.19.3 -python-dateutil==2.8.2 -python-dotenv==1.0.0 -pytz==2022.7.1 -requests==2.28.2 -rlp==2.0.1 -simplejson==3.18.3 -six==1.16.0 -sniffio==1.3.0 -starlette==0.26.0.post1 -tabulate==0.9.0 -toolz==0.12.0 -tqdm==4.65.0 -typing_extensions==4.5.0 -urllib3==1.26.15 -uvicorn==0.21.0 -varint==1.0.2 -web3==5.31.3 -websockets==9.1 -yarl==1.8.2 +python-dotenv +uvicorn +requests +web3 +pymongo +fastapi \ No newline at end of file diff --git a/token-scanner-api/src/utils/vercel_utils.py b/token-scanner-api/src/utils/vercel_utils.py deleted file mode 100644 index ef778ea..0000000 --- a/token-scanner-api/src/utils/vercel_utils.py +++ /dev/null @@ -1,5 +0,0 @@ -# -*- encoding: utf-8 -*- - -def upload_to_vercel(): - print('tba') - pass