Add requirements.txt file
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
ca3adb00ce
commit
7cdc46954e
3 changed files with 27 additions and 2 deletions
|
@ -15,7 +15,12 @@ Clone the repository:
|
||||||
git clone https://github.com/jouir/notify-by-telegram.git /opt/notify-by-telegram
|
git clone https://github.com/jouir/notify-by-telegram.git /opt/notify-by-telegram
|
||||||
```
|
```
|
||||||
|
|
||||||
Install dependencies using the package manager:
|
Install dependencies using pip:
|
||||||
|
```
|
||||||
|
pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
|
||||||
|
Or via the package manager:
|
||||||
```
|
```
|
||||||
sudo apt install python3-jinja2 python3-requests python3-jsonschema
|
sudo apt install python3-jinja2 python3-requests python3-jsonschema
|
||||||
```
|
```
|
||||||
|
|
1
TODO.txt
1
TODO.txt
|
@ -1 +0,0 @@
|
||||||
Add requirements.txt file
|
|
21
requirements.txt
Normal file
21
requirements.txt
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
appdirs==1.4.4
|
||||||
|
attrs==20.3.0
|
||||||
|
certifi==2020.11.8
|
||||||
|
cfgv==3.2.0
|
||||||
|
chardet==3.0.4
|
||||||
|
distlib==0.3.1
|
||||||
|
filelock==3.0.12
|
||||||
|
identify==1.5.10
|
||||||
|
idna==2.10
|
||||||
|
Jinja2==2.11.2
|
||||||
|
jsonschema==3.2.0
|
||||||
|
MarkupSafe==1.1.1
|
||||||
|
nodeenv==1.5.0
|
||||||
|
pre-commit==2.9.2
|
||||||
|
pyrsistent==0.17.3
|
||||||
|
PyYAML==5.3.1
|
||||||
|
requests==2.25.0
|
||||||
|
six==1.15.0
|
||||||
|
toml==0.10.2
|
||||||
|
urllib3==1.26.2
|
||||||
|
virtualenv==20.2.1
|
Loading…
Reference in a new issue