forked from pajbot/pajbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pip-requirements.txt
46 lines (33 loc) · 969 Bytes
/
pip-requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# The library we use for all DB Transactions
sqlalchemy
# The library we use for handling DB Revisions
alembic
# My version of tweepy, which allows us to start the twitter thread as a daemon.
git+git://github.com/pajlada/tweepy.git
# The IRC Library we use to connect to the chat servers
irc
colorama
pytz
beautifulsoup4
requests
# New regex library with support for some fancy features we require
regex
# Used to communicating with the redis server
# The redis service is required for storing data such as
# user warnings
redis
# Required for websockets
# autobahn[twisted]
# Required if we want to use the wolfram api
# wolframalpha
# MySQL for python3
pymysql
# Required for the basic features of the web interface
# -r requirements/web.txt
# Required for Websocket
#pyOpenSSL
#service_identity
# Required for the pleblist to work properly
# -r requirements/pleblist.txt
# Required for generating thumbnails for the logo
# -r requirements/thumbnail.txt