Skip to content

Commit

Permalink
pipenv upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
amancevice committed Jan 15, 2024
1 parent 2919898 commit a33db6d
Show file tree
Hide file tree
Showing 5 changed files with 1,226 additions and 1,480 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ RUN groupadd supergroup && \
pip install -U pip

# Install pips
RUN pip install pystan==3.7.0
COPY requirements*.txt ./
COPY requirements.txt ./
RUN pip install -r requirements.txt
COPY requirements-dev.txt ./
RUN pip install -r requirements-dev.txt

# Configure application
Expand Down
9 changes: 3 additions & 6 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@ verify_ssl = true
name = "pypi"

[packages]
apache-superset = "==3.0.1"
cython = "==3.0.3"
holidays = "==0.23"
# pystan = "==3.7.0"
urllib3 = "==1.26.17"
apache-superset = "==3.0.2"
urllib3 = "==2.0.7"

[dev-packages]
"infi.clickhouse-orm" = "==2.1.3"
Expand All @@ -34,7 +31,7 @@ pyhive = "==0.7.0"
pyldap = "==3.0.0"
# pymssql-linux = "==2.1.6"
sasl = "==0.3.1"
# snowflake-sqlalchemy = "==1.5.0"
# snowflake-sqlalchemy = "==1.5.1"
sqlalchemy-bigquery = "==1.8.0"
sqlalchemy-redshift = "==0.8.14"
sqlalchemy-trino = "==0.5.0"
Expand Down
Loading

0 comments on commit a33db6d

Please sign in to comment.