venv support?

This commit is contained in:
SoniEx2 2019-05-07 15:51:21 -03:00
parent 58f3175668
commit 5a7baa6858
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python3
# GAnarchy - project homepage generator # GAnarchy - project homepage generator
# Copyright (C) 2019 Soni L. # Copyright (C) 2019 Soni L.

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
Click==7.0
Jinja2==2.10.1