Skip to content

Commit be58255

Browse files
committed
chore: add requirements.txt with project dependencies
1 parent 6145f5f commit be58255

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.11

requirements.txt

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
requests>=2.28.0
2-
openpyxl>=3.1.0
3-
pandas>=1.5.0
4-
python-dotenv>=1.0.0
5-
keyring>=24.0.0
6-
PyYAML>=6.0
7-
lxml>=4.9.0
8-
signxml>=3.2.0
9-
cryptography>=41.0.0
10-
Flask>=2.3.0
11-
# sapsf-shared SDK
1+
# Core dependencies
2+
requests==2.34.2
3+
openpyxl==3.1.5
4+
pandas==3.0.4
5+
python-dotenv==1.2.2
6+
flask==3.1.3
7+
pyyaml==6.0.3
8+
mcp==1.28.1
9+
10+
# Sibling project dependency
1211
sapsf-shared @ git+https://github.com/SahirVhora/sapsf-shared.git
1312

14-
# MCP server (AI agent integration) - optional
15-
mcp>=1.0.0
13+
# Development / testing
14+
pytest==9.1.1

0 commit comments

Comments
 (0)