Skip to content

Commit

Permalink
⬆️ Upgrade dependencies & Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
jh0ker committed Dec 10, 2024
1 parent 32e5daf commit 122d9ca
Show file tree
Hide file tree
Showing 3 changed files with 1,252 additions and 1,152 deletions.
68 changes: 34 additions & 34 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,46 +21,46 @@ flake8-print = "*"
black = "*"

[packages]
django = "*"
dj-database-url = "*"
django-tz-detect = "*"
django = "~=5.0"
dj-database-url = "~=2.2"
django-tz-detect = "~=0.5"
gunicorn = "*"
whitenoise = "*"
psycopg2-binary = "*"
whitenoise = "~=6.7"
psycopg2-binary = "~=2.9"
pandas = "<2"
numpy = "<2"
pytz = "*"
sqlalchemy = "*"
mysqlclient = "*"
feedparser = "*"
apscheduler = "*"
django-bulk-sync = "*"
sentry-sdk = "*"
spotipy = "*"
google-api-python-client = "*"
docutils = "*"
django-extensions = "*"
tabulate = "*"
rfc3986 = "*"
sphinx = "!=5.1.0"
sphinx-rtd-theme = "*"
inflection = "*"
requests = "*"
beautifulsoup4 = "*"
lxml = "*"
tenacity = "*"
loguru = "*"
solrq = "*"
cron-descriptor = "*"
pyadaptivecards = "*"
sqlalchemy = "~=2.0"
mysqlclient = "~=2.2"
feedparser = "~=6.0"
apscheduler = "~=3.10"
django-bulk-sync = "~=3.3"
sentry-sdk = "~=2.10"
spotipy = "~=2.24"
google-api-python-client = "~=2.137"
docutils = "~=0.20"
django-extensions = "~=3.2"
tabulate = "~=0.9"
rfc3986 = "~=2.0"
sphinx = "~=7.4"
sphinx-rtd-theme = "~=2.0"
inflection = "~=0.5"
requests = "~=2.32"
beautifulsoup4 = "~=4.12"
lxml = "~=5.2"
tenacity = "~=8.5"
loguru = "~=0.7"
solrq = "~=1.1"
cron-descriptor = "~=1.4"
pyadaptivecards = "~=0.1"
analytics-data = {file = "./wheels/analytics_data-0.7.0-py2.py3-none-any.whl"}
rq = "*"
dateparser = "*"
google-cloud-bigquery = "*"
cython = "*"
rq = "~=1.16"
dateparser = "~=1.2"
google-cloud-bigquery = "~=3.25"
cython = "~=3.0"
pyarrow = "*"
pyyaml = "*"
db-dtypes = "*"
pyyaml = "~=6.0"
db-dtypes = "~=1.2"
mariadb = "==1.1.4"

[requires]
Expand Down
Loading

0 comments on commit 122d9ca

Please sign in to comment.