Allow replit to auto detect dependencies (#266)

main
igosad 2021-04-07 17:21:39 +01:00 committed by GitHub
parent b48090c23a
commit 8a6e0709b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,2 @@
language = "python3"
run = "pip install -r requirements.txt && ./run"
run = "./run"

View File

@ -68,6 +68,8 @@ Provides:
### B) [Repl.it](https://repl.it)
[![Run on Repl.it](https://repl.it/badge/github/benbusby/whoogle-search)](https://repl.it/github/benbusby/whoogle-search)
*Note: Requires a (free) Replit account*
Provides:
- Free deployment of app
- Free HTTPS url (https://\<app name\>.\<username\>\.repl\.co)