-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removing versions to let pip manage dependancies
- Loading branch information
1 parent
ccbab92
commit 0279d83
Showing
1 changed file
with
37 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,39 @@ | ||
anyio==3.6.1 | ||
asgiref==3.5.2 | ||
attrs==22.1.0 | ||
certifi==2022.12.7 | ||
charset-normalizer==2.1.0 | ||
click==8.1.3 | ||
dnspython==2.2.1 | ||
email-validator==1.2.1 | ||
h11==0.13.0 | ||
httptools==0.4.0 | ||
idna==3.3 | ||
iniconfig==1.1.1 | ||
itsdangerous==2.1.2 | ||
Jinja2==3.1.2 | ||
MarkupSafe==2.1.1 | ||
orjson==3.7.11 | ||
packaging==21.3 | ||
anyio | ||
asgiref | ||
attrs | ||
certifi | ||
charset-normalizer | ||
click | ||
dnspython | ||
email-validator | ||
h11 | ||
httptools | ||
idna | ||
iniconfig | ||
itsdangerous | ||
Jinja2 | ||
MarkupSafe | ||
orjson | ||
packaging | ||
phdi @ git+https://github.com/CDCgov/phdi.git@main | ||
pluggy==1.0.0 | ||
py==1.11.0 | ||
pydantic==1.9.1 | ||
pyparsing==3.0.9 | ||
pytest==7.1.2 | ||
python-dotenv==0.20.0 | ||
python-multipart==0.0.5 | ||
PyYAML==6.0 | ||
requests==2.28.1 | ||
six==1.16.0 | ||
sniffio==1.2.0 | ||
starlette==0.19.1 | ||
tomli==2.0.1 | ||
typing_extensions==4.3.0 | ||
ujson==5.4.0 | ||
urllib3==1.26.11 | ||
uvicorn==0.17.6 | ||
uvloop==0.16.0 | ||
watchgod==0.8.2 | ||
websockets==10.3 | ||
pluggy | ||
py | ||
pydantic | ||
pyparsing | ||
pytest | ||
python-dotenv | ||
python-multipart | ||
PyYAML | ||
requests | ||
six | ||
sniffio | ||
starlette | ||
tomli | ||
typing_extensions | ||
ujson | ||
urllib3 | ||
uvicorn | ||
uvloop | ||
watchgod | ||
websockets | ||
uuid |