Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
aspicer committed Jun 18, 2024
1 parent b814c51 commit fe3a2d5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/deploy-hobby
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ if ! command -v docker &> /dev/null; then
# Setup Docker
sudo apt install -y apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo -E apt-key add -
sudo add-apt-repository -y "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable"
sudo add-apt-repository -y "deb [arch=amd64] https://download.docker.com/linux/ubuntu jammy stable"
sudo apt update
sudo apt-cache policy docker-ce
sudo apt install -y docker-ce
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ celery==5.3.4
celery-redbeat==2.1.1
clickhouse-driver==0.2.7
clickhouse-pool==0.5.3
cryptography==41.0.7
cryptography==39.0.2
dj-database-url==0.5.0
Django~=4.2.11
django-axes==5.9.0
Expand Down
8 changes: 6 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ async-generator==1.10
# trio-websocket
async-timeout==4.0.2
# via
# aiohttp
# aiokafka
# redis
attrs==23.2.0
Expand Down Expand Up @@ -218,6 +219,8 @@ drf-spectacular==0.27.1
# via -r requirements.in
et-xmlfile==1.1.0
# via openpyxl
exceptiongroup==1.2.1
# via anyio
filelock==3.12.0
# via snowflake-connector-python
frozenlist==1.4.1
Expand Down Expand Up @@ -258,8 +261,6 @@ googleapis-common-protos==1.60.0
# via
# google-api-core
# grpcio-status
greenlet==3.0.3
# via sqlalchemy
grpcio==1.57.0
# via
# google-api-core
Expand Down Expand Up @@ -461,6 +462,7 @@ python-dateutil==2.8.2
# pandas
# pendulum
# posthoganalytics
# temporalio
python-dotenv==0.21.0
# via webdriver-manager
python-statsd==2.1.0
Expand Down Expand Up @@ -633,6 +635,8 @@ types-setuptools==69.0.0.0
# via requirements-parser
typing-extensions==4.7.1
# via
# anyio
# asgiref
# dlt
# openai
# psycopg
Expand Down

0 comments on commit fe3a2d5

Please sign in to comment.