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

3
.gitignore vendored
View File

@ -11,4 +11,5 @@ app/ml_models/weights
app/json/* app/json/*
fastify/node_modules fastify/node_modules
pocketbase/* pocketbase/*
helper.txt helper.txt
env/*

View File

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