Skip to content

Commit

Permalink
Update requirements to support jinja templeting (#22)
Browse files Browse the repository at this point in the history
* Rename main.py to app.py

* Update requirements.txt

* Add config files for vercel deployment

* Add .vercel to gitignore

* Update test URLs to production URLs

* Add jinja2 to requiremnets.txt
  • Loading branch information
mayureshagashe2105 authored Sep 27, 2022
1 parent da059ba commit 51c9cfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pymongo==3.12.1
fastapi==0.85.0
python-dotenv==0.21.0
Jinja2==3.1.2

0 comments on commit 51c9cfe

Please sign in to comment.