[+] requirements.txt

This commit is contained in:
Hykilpikonna
2022-08-15 17:12:53 -04:00
parent b200d1e677
commit e1c91130ad
2 changed files with 3 additions and 1 deletions
-1
View File
@@ -3,7 +3,6 @@ import os
import re
from pathlib import Path
import requests
import uvicorn
from fastapi import FastAPI, Body
from pysafebrowsing import SafeBrowsing
+3
View File
@@ -0,0 +1,3 @@
uvicorn
fastapi
pysafebrowsing