Logo
Explore Help
Register Sign In
choijaewook/crypto_news_trading
1
0
Fork 0
You've already forked crypto_news_trading
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
46e06df1312943a2267b4c5a9aa3de2e5a1cf778
crypto_news_trading/tests/conftest.py

4 lines
84 B
Python
Raw Normal View History

Add project setup: dependencies, config, and package scaffolding - requirements.txt with all core dependencies (streamlit, binance, ta, anthropic, praw, etc.) - .env.example template for all required API keys - .gitignore covering secrets, caches, db files, and logs - config.py loading env vars with trading defaults and signal weights - tests/conftest.py with sys.path fix for imports - Empty __init__.py files for tests, data, agents, engine, dashboard, scheduler packages Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-20 17:44:45 +09:00
import sys
import os
sys.path.insert(0, os.path.dirname(os.path.dirname(__file__)))
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 19ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API