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 | |
parent | 58f3175668f67bc9cfc9ba523c896a0220ca5a32 (diff) |
venv support?
-rwxr-xr-x | ganarchy.py | 2 | ||||
-rw-r--r-- | requirements.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ganarchy.py b/ganarchy.py index 8279681..4170c6b 100755 --- a/ganarchy.py +++ b/ganarchy.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # GAnarchy - project homepage generator # Copyright (C) 2019 Soni L. 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 |