Skip to content

Commit

Permalink
Merge pull request #489 from yakir4123/feat/unrestricitive-requirements
Browse files Browse the repository at this point in the history
feat(requirements.txt): less restrictive requirements
  • Loading branch information
saleh-mir authored Dec 27, 2024
2 parents 7d08d8d + 73b12a5 commit 026600d
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
arrow==1.2.1
blinker==1.4
click==8.0.3
matplotlib==3.7.4
mplfinance==0.12.8b6
newtulipy==0.4.6
numpy==1.23.0
numpy_groupies==0.9.14
pandas==1.4.0
peewee==3.14.8
psycopg2-binary==2.9.9
pydash==6.0.0
fnc==0.5.3
pytest==6.2.5
PyWavelets==1.2.0
arrow~=1.2.1
blinker~=1.4
click~=8.0.3
matplotlib~=3.7.4
mplfinance~=0.12.8b6
newtulipy~=0.4.6
numpy~=1.23.0
numpy_groupies~=0.9.14
pandas~=1.4.0
peewee~=3.14.8
psycopg2-binary~=2.9.9
pydash~=6.0.0
fnc~=0.5.3
pytest~=6.2.5
PyWavelets~=1.2.0
quantstats==0.0.47
requests==2.32.0
scipy==1.12.0
statsmodels==0.14.0
requests~=2.32.0
scipy~=1.12.0
statsmodels~=0.14.0
TA-Lib==0.4.31
tabulate==0.8.9
timeloop==1.0.2
websocket-client==1.8.0
wsaccel==0.6.6
simplejson==3.16.0
aioredis==1.3.1
redis==4.1.4
fastapi==0.111.1
uvicorn==0.29.0
tabulate~=0.8.9
timeloop~=1.0.2
websocket-client~=1.8.0
wsaccel~=0.6.6
simplejson~=3.16.0
aioredis~=1.3.1
redis~=4.1.4
fastapi~=0.111.1
uvicorn~=0.29.0
websockets>=10.0.0
python-dotenv==0.19.2
aiofiles==0.7.0
numba==0.58.1
PyJWT==2.8.0
cryptography==42.0.5
sympy==1.6
python-dotenv~=0.19.2
aiofiles~=0.7.0
numba~=0.58.1
PyJWT~=2.8.0
cryptography~=42.0.5
sympy~=1.6
ecdsa>=0.16.0

0 comments on commit 026600d

Please sign in to comment.