Allow replit to auto detect dependencies (#266)

This commit is contained in:
igosad 2021-04-07 17:21:39 +01:00 committed by Ben Busby
parent dad7c81b1a
commit b00694eb88
No known key found for this signature in database
GPG Key ID: 3B08611DF6E62ED2
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -68,6 +68,8 @@ Provides:
### B) [Repl.it](https://repl.it) ### 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) [![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: Provides:
- Free deployment of app - Free deployment of app
- Free HTTPS url (https://\<app name\>.\<username\>\.repl\.co) - Free HTTPS url (https://\<app name\>.\<username\>\.repl\.co)