chore: add requirements.txt
This commit is contained in:
parent
e6e5672a69
commit
b206330877
2 changed files with 4 additions and 1 deletions
|
@ -40,7 +40,7 @@ See it [in action](https://ayco.io/threads).
|
|||
$ . .venv/bin/activate
|
||||
|
||||
# install dependencies
|
||||
(.venv)$ python -m pip install flask requests markdown
|
||||
(.venv)$ python -m pip install -r requirements.txt
|
||||
|
||||
# rejoice!
|
||||
```
|
||||
|
|
3
requirements.txt
Normal file
3
requirements.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
flask
|
||||
requests
|
||||
markdown
|
Loading…
Reference in a new issue