mirror of
https://github.com/benbusby/whoogle-search.git
synced 2025-08-11 09:16:23 -04:00
Allow replit to auto detect dependencies (#266)
This commit is contained in:
parent
b48090c23a
commit
8a6e0709b8
2
.replit
2
.replit
@ -1,2 +1,2 @@
|
||||
language = "python3"
|
||||
run = "pip install -r requirements.txt && ./run"
|
||||
run = "./run"
|
||||
|
@ -68,6 +68,8 @@ Provides:
|
||||
### B) [Repl.it](https://repl.it)
|
||||
[](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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user