Add env to gitignore. Force urllib3 to 1.26.18 to resolve 1.25.10 conflict benzigna package has with requests package. Updated README with install instructions.

This commit is contained in:
Adam 2024-07-01 17:45:05 +02:00
parent 2a7fcd60af
commit cb2b43c298
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@ app/json/*
fastify/node_modules
pocketbase/*
helper.txt
env/*

View File

@ -1,4 +1,5 @@
benzinga
urllib3==1.26.18
yfinance
datetime
pandas