Skip to content

Commit

Permalink
updates python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
frabarz committed Sep 4, 2023
1 parent a17e8b1 commit 325c209
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 19 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@

# environment variables
.env.*

poetry.lock
43 changes: 24 additions & 19 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,42 +1,47 @@
anyio==3.7.0
annotated-types==0.5.0
anyio==4.0.0
asynch==0.2.2
asyncio==3.4.3
backports-zoneinfo==0.2.1
certifi==2023.5.7
certifi==2023.7.22
ciso8601==2.3.0
click==8.1.3
click==8.1.7
clickhouse-cityhash==1.0.2.4
economic-complexity==0.1.3
exceptiongroup==1.1.1
fastapi==0.95.2
colorama==0.4.6
economic-complexity==0.1.4
exceptiongroup==1.1.3
fastapi==0.103.0
h11==0.14.0
httpcore==0.17.2
httptools==0.5.0
httpcore==0.17.3
httptools==0.6.0
httpx==0.24.1
idna==3.4
immutables==0.19
immutables==0.20
leb128==1.0.5
logiclayer==0.2.1
logiclayer-complexity==0.2.1
lxml==4.9.2
logiclayer==0.2.1
lxml==4.9.3
lz4==4.3.2
numpy==1.24.3
orjson==3.9.0
numpy==1.24.4
orjson==3.9.5
pandas==1.5.3
pydantic==1.10.8
pydantic-core==2.6.3
pydantic==2.3.0
pypika==0.48.9
python-dateutil==2.8.2
python-dotenv==1.0.0
pytz==2023.3
pyyaml==6.0
pyyaml==6.0.1
six==1.16.0
sniffio==1.3.0
starlette==0.27.0
tesseract-olap==0.7.2
typing-extensions==4.6.3
tesseract-olap==0.8.0
tesseract-olap[clickhouse]==0.8.0
typing-extensions==4.7.1
tzdata==2023.3
tzlocal==5.0.1
uvicorn==0.22.0
uvicorn[standard]==0.23.2
uvloop==0.17.0
watchfiles==0.19.0
watchfiles==0.20.0
websockets==11.0.3
zstd==1.5.5.1

0 comments on commit 325c209

Please sign in to comment.