diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2019-05-07 15:51:21 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2019-05-07 15:51:21 -0300 |
commit | 5a7baa68581a2aa06b5914d4962db0a17148aa71 (patch) | |
tree | 7796b9ebf67401ac1e9a54fb093b056284454d77 /requirements.txt | |
parent | 58f3175668f67bc9cfc9ba523c896a0220ca5a32 (diff) |
venv support?
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..729e97d --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +Click==7.0 +Jinja2==2.10.1 |