feat: initial commit — polymarket-bot source + CI/CD pipeline
CI/CD / build-and-push (push) Failing after 30s

This commit is contained in:
2026-04-13 16:05:45 +00:00
commit 4fda34df3b
23 changed files with 1436 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# Core
asyncpg==0.29.0
httpx==0.27.0
fastapi==0.111.0
uvicorn[standard]==0.29.0
pydantic==2.7.0
# Polymarket (install from PyPI when ready for real trading)
# py-clob-client==0.17.0
# Utils
python-dotenv==1.0.1
# Testing
pytest==8.2.0
pytest-asyncio==0.23.6
httpx==0.27.0