fix requirements.txt and a strange import

This commit is contained in:
2021-06-07 11:49:03 +02:00
parent 5305fe0186
commit 45f18cf0e6
4 changed files with 30 additions and 10 deletions

17
Makefile Normal file
View File

@@ -0,0 +1,17 @@
init:
pip install -r requirements.txt
install:
cp jeevesbot/env.py.dist jeevesbot/env.py
clearlog:
rm jeeves.log
clean:
rm jeeves.log
rm jeevesbot/env.py
rm -rf jeevesbot/__pycache/
rm -rf __pycache/
lint:
pylint jeeves.py jeevesbot/