Edwin Salguero commited on
Commit
46ed4ae
·
1 Parent(s): 1b7a8ef

chore: add aiohttp to support async FRED API calls

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -9,4 +9,5 @@ boto3>=1.26.0
9
  requests>=2.28.0
10
  python-dotenv>=0.19.0
11
  fredapi>=0.5.0
12
- openpyxl>=3.0.0
 
 
9
  requests>=2.28.0
10
  python-dotenv>=0.19.0
11
  fredapi>=0.5.0
12
+ openpyxl>=3.0.0
13
+ aiohttp>=3.8.5