chore: 프로젝트 초기 설정 및 의존성 추가
Made-with: Cursor
This commit is contained in:
7
.env.example
Normal file
7
.env.example
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
BINANCE_API_KEY=
|
||||||
|
BINANCE_API_SECRET=
|
||||||
|
SYMBOL=XRPUSDT
|
||||||
|
LEVERAGE=10
|
||||||
|
RISK_PER_TRADE=0.02
|
||||||
|
NOTION_TOKEN=
|
||||||
|
NOTION_DATABASE_ID=
|
||||||
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
.env
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
.pytest_cache/
|
||||||
|
logs/
|
||||||
|
*.log
|
||||||
|
.venv/
|
||||||
|
venv/
|
||||||
10
requirements.txt
Normal file
10
requirements.txt
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
python-binance==1.0.19
|
||||||
|
pandas>=2.2.0
|
||||||
|
pandas-ta==0.4.71b0
|
||||||
|
python-dotenv==1.0.0
|
||||||
|
notion-client==2.2.1
|
||||||
|
pytest>=8.1.0
|
||||||
|
pytest-asyncio>=0.24.0
|
||||||
|
aiohttp==3.9.3
|
||||||
|
websockets==12.0
|
||||||
|
loguru==0.7.2
|
||||||
0
src/__init__.py
Normal file
0
src/__init__.py
Normal file
0
tests/__init__.py
Normal file
0
tests/__init__.py
Normal file
Reference in New Issue
Block a user