1
This commit is contained in:
102
requirements.txt
102
requirements.txt
@@ -1,65 +1,37 @@
|
||||
# This file may be used to create an environment using:
|
||||
# $ conda create --name <env> --file <this file>
|
||||
# platform: linux-64
|
||||
alembic=1.10.4=pyhd8ed1ab_0
|
||||
anyio=3.6.2=pyhd8ed1ab_0
|
||||
bzip2=1.0.8=h7f98852_4
|
||||
ca-certificates=2022.12.7=ha878542_0
|
||||
certifi=2022.12.7=pyhd8ed1ab_0
|
||||
click=8.1.3=py311h38be061_1
|
||||
colorama=0.4.6=pyhd8ed1ab_0
|
||||
exceptiongroup=1.1.1=pyhd8ed1ab_0
|
||||
fastapi=0.95.1=pyhd8ed1ab_0
|
||||
greenlet=2.0.2=py311hcafe171_0
|
||||
h11=0.14.0=pyhd8ed1ab_0
|
||||
h2=4.1.0=pyhd8ed1ab_0
|
||||
hpack=4.0.0=pyh9f0ad1d_0
|
||||
httpcore=0.17.0=pyhd8ed1ab_0
|
||||
httpx=0.24.0=pyhd8ed1ab_1
|
||||
hyperframe=6.0.1=pyhd8ed1ab_0
|
||||
idna=3.4=pyhd8ed1ab_0
|
||||
importlib-metadata=6.6.0=pyha770c72_0
|
||||
importlib_resources=5.12.0=pyhd8ed1ab_0
|
||||
iniconfig=2.0.0=pyhd8ed1ab_0
|
||||
keyutils=1.6.1=h166bdaf_0
|
||||
krb5=1.20.1=h81ceb04_0
|
||||
ld_impl_linux-64=2.40=h41732ed_0
|
||||
libedit=3.1.20191231=he28a2e2_2
|
||||
libexpat=2.5.0=hcb278e6_1
|
||||
libffi=3.4.2=h7f98852_5
|
||||
libgcc-ng=12.2.0=h65d4601_19
|
||||
libgomp=12.2.0=h65d4601_19
|
||||
libnsl=2.0.0=h7f98852_0
|
||||
libpq=15.2=hb675445_0
|
||||
libsqlite=3.40.0=h753d276_1
|
||||
libstdcxx-ng=12.2.0=h46fd767_19
|
||||
libuuid=2.38.1=h0b41bf4_0
|
||||
libzlib=1.2.13=h166bdaf_4
|
||||
mako=1.2.4=pyhd8ed1ab_0
|
||||
markupsafe=2.1.2=py311h2582759_0
|
||||
ncurses=6.3=h27087fc_1
|
||||
openssl=3.1.0=hd590300_3
|
||||
packaging=23.1=pyhd8ed1ab_0
|
||||
pip=23.1.2=pyhd8ed1ab_0
|
||||
pluggy=1.0.0=py311h38be061_4
|
||||
psycopg2=2.9.3=py311h968e94b_2
|
||||
psycopg2-binary=2.9.3=pyhd8ed1ab_2
|
||||
pydantic=1.10.7=py311h2582759_0
|
||||
pytest=7.3.1=pyhd8ed1ab_0
|
||||
python=3.11.3=h2755cc3_0_cpython
|
||||
python-dotenv=1.0.0=pyhd8ed1ab_0
|
||||
python_abi=3.11=3_cp311
|
||||
readline=8.2=h8228510_1
|
||||
setuptools=67.7.2=pyhd8ed1ab_0
|
||||
sniffio=1.3.0=pyhd8ed1ab_0
|
||||
sqlalchemy=2.0.11=py311h459d7ec_0
|
||||
starlette=0.26.1=pyhd8ed1ab_0
|
||||
tk=8.6.12=h27826a3_0
|
||||
tomli=2.0.1=pyhd8ed1ab_0
|
||||
typing-extensions=4.5.0=hd8ed1ab_0
|
||||
typing_extensions=4.5.0=pyha770c72_0
|
||||
tzdata=2023c=h71feb2d_0
|
||||
uvicorn=0.22.0=py311h38be061_0
|
||||
wheel=0.40.0=pyhd8ed1ab_0
|
||||
xz=5.2.6=h166bdaf_0
|
||||
zipp=3.15.0=pyhd8ed1ab_0
|
||||
alembic==1.10.4
|
||||
anyio==3.6.2
|
||||
certifi==2022.12.7
|
||||
click==8.1.3
|
||||
colorama==0.4.6
|
||||
exceptiongroup==1.1.1
|
||||
fastapi==0.95.1
|
||||
greenlet==2.0.2
|
||||
h11==0.14.0
|
||||
h2==4.1.0
|
||||
hpack==4.0.0
|
||||
httpcore==0.17.0
|
||||
httpx==0.24.0
|
||||
hyperframe==6.0.1
|
||||
idna==3.4
|
||||
importlib-metadata==6.6.0
|
||||
importlib-resources==5.12.0
|
||||
iniconfig==2.0.0
|
||||
Mako==1.2.4
|
||||
MarkupSafe==2.1.2
|
||||
packaging==23.1
|
||||
pip==23.1.2
|
||||
pluggy==1.0.0
|
||||
psycopg2==2.9.3
|
||||
psycopg2-binary==2.9.3
|
||||
pydantic==1.10.7
|
||||
pytest==7.3.1
|
||||
python-dotenv==1.0.0
|
||||
setuptools==67.7.2
|
||||
sniffio==1.3.0
|
||||
SQLAlchemy==2.0.11
|
||||
starlette==0.26.1
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.5.0
|
||||
uvicorn==0.22.0
|
||||
wheel==0.40.0
|
||||
zipp==3.15.0
|
||||
|
||||
Reference in New Issue
Block a user