diff --git a/Procfile b/Procfile new file mode 100644 index 0000000000..b98f12c93b --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: uvicorn main:app --host 0.0.0.0 --port 8000 diff --git a/requirements.txt b/requirements.txt index bf6641539c..cd3309738c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,4 @@ -pyaes==1.6.1 -pysocks==1.7.1 +https://github.com/pyrogram/pyrogram/archive/master.zip +tgcrypto +fastapi +uvicorn