From 358a0fe418e485368a401e4bb1b2b0db7e7ab490 Mon Sep 17 00:00:00 2001 From: arash khosravi Date: Thu, 7 Dec 2023 12:25:58 -0500 Subject: [PATCH] Fix License and requirements.txt --- LICENSE | 2 +- requirements.txt | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index a777aad3..9ee9ec65 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 lagrangedao +Copyright (c) 2023 FilSwan Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/requirements.txt b/requirements.txt index 1befd5f5..3d4fc4bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,10 @@ +# Web3 web3==5.31.1 -requests==2.28.1 -requests_toolbelt==0.10.1 \ No newline at end of file + +# Request +requests_mock==1.10.0 +requests==2.31.0 +requests_toolbelt==0.10.1 + +# Pytest +pytest==7.2.2