Flask is a dependency!
This commit is contained in:
parent
cdfe6d2959
commit
d08afd2298
2 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@ Python3 event-driven modular IRC bot!
|
|||
|
||||
## Dependencies
|
||||
* [BeautifulSoup4](https://pypi.python.org/pypi/beautifulsoup4)
|
||||
* [Flask](https://pypi.org/project/Flask/)
|
||||
* [python-telegram-bot](https://pypi.org/project/python-telegram-bot/)
|
||||
* [requests](https://pypi.org/project/requests/)
|
||||
* [scrypt](https://pypi.python.org/pypi/scrypt)
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
beautifulsoup4
|
||||
Flask
|
||||
python-telegram-bot
|
||||
requests
|
||||
scrypt
|
||||
|
|
Loading…
Reference in a new issue