From 25591333067b5eda2f540c2639dbaaf05c56fbbc Mon Sep 17 00:00:00 2001 From: Kusaeni Date: Wed, 2 Oct 2024 20:53:10 +0700 Subject: [PATCH] benerin requirements.txt --- models.py | 1 - requirements.txt | 53 ++++-------------------------------------------- 2 files changed, 4 insertions(+), 50 deletions(-) diff --git a/models.py b/models.py index f609198..704bc73 100644 --- a/models.py +++ b/models.py @@ -1,6 +1,5 @@ # %% # ZED Python REPL - from sqlalchemy import Column, Date, Integer, String, create_engine from sqlalchemy.ext.declarative import declarative_base from sqlalchemy.orm import sessionmaker diff --git a/requirements.txt b/requirements.txt index 0d22de3..3b43158 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,49 +1,4 @@ -anyio==4.6.0 -appnope==0.1.4 -asttokens==2.4.1 -certifi==2024.8.30 -charset-normalizer==3.3.2 -comm==0.2.2 -debugpy==1.8.6 -decorator==5.1.1 -executing==2.1.0 -h11==0.14.0 -html2text==2024.2.26 -httpcore==1.0.5 -httpx==0.27.2 -idna==3.10 -ipykernel==6.29.5 -ipython==8.27.0 -jedi==0.19.1 -jupyter_client==8.6.3 -jupyter_core==5.7.2 -matplotlib-inline==0.1.7 -nest-asyncio==1.6.0 -numpy==2.1.1 -packaging==24.1 -pandas==2.2.3 -parso==0.8.4 -pexpect==4.9.0 -platformdirs==4.3.6 -prompt_toolkit==3.0.48 -psutil==6.0.0 -ptyprocess==0.7.0 -pure_eval==0.2.3 -Pygments==2.18.0 -python-dateutil==2.9.0.post0 -python-dotenv==1.0.1 -python-telegram-bot==21.6 -pytz==2024.2 -pyzmq==26.2.0 -requests==2.32.3 -six==1.16.0 -sniffio==1.3.1 -SQLAlchemy==2.0.35 -stack-data==0.6.3 -tabulate==0.9.0 -tornado==6.4.1 -traitlets==5.14.3 -typing_extensions==4.12.2 -tzdata==2024.2 -urllib3==2.2.3 -wcwidth==0.2.13 +requests=2.32.3 +sqlalchemy=2.0.35 +python-telegram-bot=21.6 +python-dotenv=1.0.1