Skip to content

Commit

Permalink
Remove the database
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
shenanigansd authored Apr 15, 2024
1 parent 3b1ace6 commit db3ab3a
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 40 deletions.
4 changes: 0 additions & 4 deletions requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ sentry-sdk
rapidfuzz
coloredlogs

# Database
psycopg[binary]
SQLAlchemy

# Utilities
# utils/helpers
tldextract
Expand Down
10 changes: 0 additions & 10 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ frozenlist==1.4.1
# via
# aiohttp
# aiosignal
greenlet==3.0.3
# via sqlalchemy
humanfriendly==10.0
# via coloredlogs
idna==3.7
Expand All @@ -51,10 +49,6 @@ multidict==6.0.5
# via
# aiohttp
# yarl
psycopg[binary]==3.1.18
# via -r requirements/requirements.in
psycopg-binary==3.1.18
# via psycopg
pycares==4.4.0
# via aiodns
pycparser==2.22
Expand Down Expand Up @@ -87,8 +81,6 @@ sentry-sdk==1.45.0
# via -r requirements/requirements.in
six==1.16.0
# via python-dateutil
sqlalchemy==2.0.29
# via -r requirements/requirements.in
statsd==4.0.1
# via pydis-core
tldextract==5.1.2
Expand All @@ -97,10 +89,8 @@ types-python-dateutil==2.9.0.20240316
# via arrow
typing-extensions==4.11.0
# via
# psycopg
# pydantic
# pydantic-core
# sqlalchemy
urllib3==2.2.1
# via
# requests
Expand Down
1 change: 0 additions & 1 deletion src/bot/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ class _Bot(EnvConfig, env_prefix="bot_"):
"""Bot data."""

prefix: str = "!"
database_dsn: str = "postgresql+psycopg://postgres:postgres@localhost:5432/anubis"
token: str = ""
trace_loggers: str = "*"

Expand Down
9 changes: 0 additions & 9 deletions src/bot/orm/__init__.py

This file was deleted.

16 changes: 0 additions & 16 deletions src/bot/orm/models.py

This file was deleted.

0 comments on commit db3ab3a

Please sign in to comment.