-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement upvote/downvote feature, misc fixes
- Loading branch information
Showing
9 changed files
with
398 additions
and
137 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
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,24 +1,36 @@ | ||
# To regen this file: run the following in a fresh venv | ||
# pip install fastapi email-validator uvicorn[standard] pyjwt cryptography motor python-cas | ||
# pip freeze | ||
annotated-types==0.7.0 | ||
anyio==4.6.2.post1 | ||
certifi==2024.8.30 | ||
anyio==4.7.0 | ||
certifi==2024.12.14 | ||
cffi==1.17.1 | ||
charset-normalizer==3.4.0 | ||
click==8.1.7 | ||
cryptography==44.0.0 | ||
dnspython==2.7.0 | ||
email_validator==2.2.0 | ||
fastapi==0.115.5 | ||
fastapi==0.115.6 | ||
h11==0.14.0 | ||
httptools==0.6.4 | ||
idna==3.10 | ||
lxml==5.3.0 | ||
motor==3.6.0 | ||
pycparser==2.22 | ||
pydantic==2.10.3 | ||
pydantic_core==2.27.1 | ||
PyJWT==2.10.1 | ||
pymongo==4.9.2 | ||
python-cas==1.6.0 | ||
python-dotenv==1.0.1 | ||
PyYAML==6.0.2 | ||
requests==2.32.3 | ||
six==1.16.0 | ||
six==1.17.0 | ||
sniffio==1.3.1 | ||
starlette==0.41.3 | ||
typing_extensions==4.12.2 | ||
urllib3==2.2.3 | ||
uvicorn==0.32.1 | ||
uvicorn==0.34.0 | ||
uvloop==0.21.0 | ||
watchfiles==1.0.3 | ||
websockets==14.1 |
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
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
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
Oops, something went wrong.