mirror of
https://github.com/YunoHost/pepettes.git
synced 2024-09-03 20:06:20 +02:00
[fix] Missing requirements
This commit is contained in:
parent
beeafac510
commit
336d162a21
1 changed files with 14 additions and 0 deletions
14
requirements.txt
Normal file
14
requirements.txt
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
certifi==2019.3.9
|
||||||
|
chardet==3.0.4
|
||||||
|
Click==7.0
|
||||||
|
Flask==1.0.3
|
||||||
|
idna==2.8
|
||||||
|
itsdangerous==1.1.0
|
||||||
|
Jinja2==2.10.1
|
||||||
|
MarkupSafe==1.1.1
|
||||||
|
python-dotenv==0.10.3
|
||||||
|
requests==2.22.0
|
||||||
|
stripe==2.47.0
|
||||||
|
toml==0.9.6
|
||||||
|
urllib3==1.25.3
|
||||||
|
Werkzeug==1.0.1
|
Loading…
Reference in a new issue