requirements.txt 178 B

123456789101112131415
  1. fastapi
  2. uvicorn
  3. #for template #new
  4. jinja2
  5. #for static files
  6. aiofiles
  7. #for database #new
  8. sqlalchemy
  9. psycopg2
  10. #for loading environment variables #new
  11. python-dotenv