Closed OrBin closed 5 years ago
You should also update the requirements.txt file. for example - it requires python 3.6 (should be 3.7), and should also include boolean version 1.1.0
Python version cannot be specified in requirements.txt. The version of boolean.py used here is 3.6, not 1.1.0.
You should also update the requirements.txt file. for example - it requires python 3.6 (should be 3.7), and should also include boolean version 1.1.0
Python version cannot be specified in requirements.txt. The version of boolean.py used here is 3.6, not 1.1.0.
Ok, I see what happened there. basically my pycharm tried to do anything to prevent me from running the project. my bad.
Closes #9