feat: requirements.txt 수정
This commit is contained in:
parent
1a2a29aaf2
commit
7e177c35f3
@ -2,10 +2,10 @@ version: '3'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
quant-app:
|
quant-app:
|
||||||
image: ${GITEA_REGISTRY_URL}/quant/make-quant-py:latest
|
image: ayuriel.duckdns.org/quant/make-quant-py:latest
|
||||||
container_name: quant-manager
|
container_name: quant-manager
|
||||||
ports:
|
ports:
|
||||||
- "8501:8501"
|
- "56978:8501"
|
||||||
volumes:
|
volumes:
|
||||||
- ./src/config:/app/src/config
|
- ./src/config:/app/src/config
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
@ -1,7 +1,85 @@
|
|||||||
streamlit
|
altair==5.5.0
|
||||||
pandas
|
attrs==25.3.0
|
||||||
pymysql
|
bcrypt==4.3.0
|
||||||
sqlalchemy
|
beautifulsoup4==4.13.3
|
||||||
python-dotenv
|
blinker==1.9.0
|
||||||
PyYAML
|
bt==1.1.1
|
||||||
streamlit-authenticator>=0.2.2
|
cachetools==5.5.2
|
||||||
|
captcha==0.7.1
|
||||||
|
certifi==2025.1.31
|
||||||
|
cffi==1.17.1
|
||||||
|
charset-normalizer==3.4.1
|
||||||
|
click==8.1.8
|
||||||
|
contourpy==1.3.1
|
||||||
|
cryptography==44.0.2
|
||||||
|
cycler==0.12.1
|
||||||
|
decorator==5.2.1
|
||||||
|
extra-streamlit-components==0.1.71
|
||||||
|
ffn==1.1.2
|
||||||
|
fonttools==4.56.0
|
||||||
|
frozendict==2.4.6
|
||||||
|
gitdb==4.0.12
|
||||||
|
GitPython==3.1.44
|
||||||
|
greenlet==3.1.1
|
||||||
|
idna==3.10
|
||||||
|
jaraco.classes==3.4.0
|
||||||
|
jaraco.context==6.0.1
|
||||||
|
jaraco.functools==4.1.0
|
||||||
|
jeepney==0.9.0
|
||||||
|
Jinja2==3.1.6
|
||||||
|
joblib==1.4.2
|
||||||
|
jsonschema==4.23.0
|
||||||
|
jsonschema-specifications==2024.10.1
|
||||||
|
keyring==25.6.0
|
||||||
|
kiwisolver==1.4.8
|
||||||
|
lxml==5.3.1
|
||||||
|
MarkupSafe==3.0.2
|
||||||
|
matplotlib==3.10.1
|
||||||
|
more-itertools==10.6.0
|
||||||
|
multitasking==0.0.11
|
||||||
|
narwhals==1.32.0
|
||||||
|
numpy==2.2.4
|
||||||
|
packaging==24.2
|
||||||
|
pandas==2.2.3
|
||||||
|
patsy==1.0.1
|
||||||
|
peewee==3.17.9
|
||||||
|
pillow==11.1.0
|
||||||
|
platformdirs==4.3.7
|
||||||
|
plotly==6.0.1
|
||||||
|
protobuf==5.29.4
|
||||||
|
pyarrow==19.0.1
|
||||||
|
pycparser==2.22
|
||||||
|
pydeck==0.9.1
|
||||||
|
PyJWT==2.10.1
|
||||||
|
PyMySQL==1.1.1
|
||||||
|
pyparsing==3.2.3
|
||||||
|
PyPrind==2.11.3
|
||||||
|
python-dateutil==2.9.0.post0
|
||||||
|
python-dotenv==1.1.0
|
||||||
|
pytz==2025.2
|
||||||
|
PyYAML==6.0.2
|
||||||
|
referencing==0.36.2
|
||||||
|
requests==2.32.3
|
||||||
|
rpds-py==0.24.0
|
||||||
|
scikit-learn==1.6.1
|
||||||
|
scipy==1.15.2
|
||||||
|
seaborn==0.13.2
|
||||||
|
SecretStorage==3.3.3
|
||||||
|
six==1.17.0
|
||||||
|
smmap==5.0.2
|
||||||
|
soupsieve==2.6
|
||||||
|
SQLAlchemy==2.0.40
|
||||||
|
statsmodels==0.14.4
|
||||||
|
streamlit==1.44.0
|
||||||
|
streamlit-authenticator==0.4.2
|
||||||
|
tabulate==0.9.0
|
||||||
|
tenacity==9.0.0
|
||||||
|
threadpoolctl==3.6.0
|
||||||
|
toml==0.10.2
|
||||||
|
tornado==6.4.2
|
||||||
|
tqdm==4.67.1
|
||||||
|
typing_extensions==4.13.0
|
||||||
|
tzdata==2025.2
|
||||||
|
urllib3==2.3.0
|
||||||
|
watchdog==6.0.0
|
||||||
|
yfinance==0.2.55
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user