Skip to content

Commit c258f15

Browse files
committed
Update dependencies in requirements.txt and remove obsolete testing files
- Upgraded `solana` from version 0.35.1 to 0.36.1 to support driftpy 0.8.39 and above - Updated `anchorpy` from version 0.20.1 to 0.21.0 to ensure compatibility with driftpy and solana packages - Increased `driftpy` version requirement from 0.8.35 to 0.8.40 to leverage recent enhancements and new markets (PAXG). - Downgraded `rich` from version 14.0.0 to 10.14.0 to maintain compatibility with other libraries. - Removed obsolete files: `TEST_CCXT_README.md`, `test_ccxt_requirements.txt`, and `test_ccxt.sh`, which are no longer needed for the project, streamlining the codebase.
1 parent 94c0195 commit c258f15

File tree

4 files changed

+4
-105
lines changed

4 files changed

+4
-105
lines changed

backend/TEST_CCXT_README.md

Lines changed: 0 additions & 60 deletions
This file was deleted.

backend/test_ccxt.sh

Lines changed: 0 additions & 35 deletions
This file was deleted.

backend/test_ccxt_requirements.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ numpy==1.26.4
66
pandas==2.2.3
77
python-dotenv==1.0.1
88
pydantic==2.10.6
9-
solana==0.35.1
9+
solana==0.36.1
1010
streamlit==1.42.1
1111
uvicorn==0.34.0
1212
requests==2.32.3
1313
plotly==6.0.0
14-
anchorpy==0.20.1
15-
driftpy>=0.8.35
14+
anchorpy==0.21.0
15+
driftpy>=0.8.40
1616
ccxt==4.2.17
17-
rich>=14.0.0
17+
rich>=10.14.0

0 commit comments

Comments
 (0)