OrBin / gramhopper

A rule-based Telegram bot engine, no coding required
https://pypi.org/project/gramhopper/
MIT License
3 stars 1 forks source link

Feature/basic ci #34

Closed OrBin closed 5 years ago

OrBin commented 5 years ago

Closes #9

OrBin commented 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.

yoavp10 commented 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.

Ok, I see what happened there. basically my pycharm tried to do anything to prevent me from running the project. my bad.