forked from pajbot/pajbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpip-requirements.txt
80 lines (55 loc) · 1.35 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# The library we use for all DB Transactions
sqlalchemy ~= 1.2.6
# The library we use for handling DB Revisions
alembic
# My version of tweepy, which allows us to start the twitter thread as a daemon.
tweepy
# The IRC Library we use to connect to the chat servers
irc == 16.2.1
colorama
pytz
beautifulsoup4
requests
# New regex library with support for some fancy features we require
regex
# Used for scheduling timed events, such as in the hsbet module
apscheduler
unittest2
# Pylast for Last FM
pylast
# Riotwatcher for League of Legends api
riotwatcher
# 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
# Alternative random module
numpy
# Required for the basic features of the web interface
-r requirements/web.txt
# Required for Websocket
pyOpenSSL
service_identity
cryptography
# Used for the Trivia module
python-Levenshtein
# Required for the pleblist to work properly
-r requirements/pleblist.txt
# Required for generating thumbnails for the logo
# -r requirements/thumbnail.txt
flake8
flake8-quotes
flake8-import-order
pyscss
unidecode
# For slack error notifications on excetions
slackweb
tempora ~= 1.11
# for cachet stuff
python-cachetclient