-
Notifications
You must be signed in to change notification settings - Fork 28
/
Pipfile
118 lines (114 loc) · 2.45 KB
/
Pipfile
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[scripts]
discordbot = "python run.py discordbot"
decksite = "python run.py decksite"
maintenance = "python run.py maintenance"
scraper = "python run.py scraper"
modo-bugs = "python run.py modo-bugs"
price-grabber = "python run.py price-grabber"
rotation = "python run.py rotation"
srv-price = "python run.py srv-price"
lint = "python dev.py lint"
test = "python dev.py test"
init-cards = "python run.py init-cards"
[dev-packages]
flake8 = "==7.1.1"
flake8-quotes = "*"
flake8-bugbear = "*"
flake8-commas = "*"
flake8-import-graph = "*"
flake8-raise = "*"
flake8-deprecated = "*"
flake8-print = "*"
mypy = "==1.13.0"
types-flask = "*"
types-Markdown = "*"
types-pytz = "*"
types-redis = "*"
types-requests = "*"
types-six = "*"
types-werkzeug = "*"
types-certifi = "*"
types-chardet = "*"
types-python-dateutil = "*"
types-toml = "*"
types-typed-ast = "*"
pipfile = "*"
types-freezegun = "*"
brotli = "*"
ruff = "*"
mypy-extensions = "*"
[packages]
aiohttp = "*"
anytree = "==2.12.1"
astroid = "==3.3.5"
attrs = "==24.2.0"
beautifulsoup4 = "==4.12.3"
better-profanity = "==0.7.0"
cachelib = "==0.13.0"
click = "==8.1.7"
coverage = "==7.6.8"
feedparser = "==6.0.11"
flask-restx = "*"
ftfy = "==6.3.1"
pip-check-reqs = "==2.5.3"
google-api-python-client = "==2.154.0"
inflect = "==7.4.0"
isort = "==5.13.2"
jsbeautifier = "==1.15.1"
lxml = "*"
matplotlib = "==3.9.2"
munch = "==4.0.0"
mysqlclient = "==2.2.6"
plumbum = "==1.9.0"
poeditor = "==1.1.3"
pygtrie = "==2.5.0"
pyhumps = "==3.8.0"
pytest = "==8.3.3"
pytest-asyncio = "==0.24.0"
pytest-cov = "==6.0.0"
python-dateutil = "==2.9.0.post0"
python-dotenv = "==1.0.1"
pytz = "==2024.2"
redis = "==5.2.0"
requests = "*"
requests-oauthlib = "==2.0.0"
requirements-parser = "==0.11.0"
seaborn = "==0.13.2"
six = "==1.16.0"
titlecase = "==2.4.1"
typing-extensions = "*"
untangle = "==1.2.1"
Babel = "==2.12.1"
Flask = "*"
Flask-Babel = "*"
Flask-Migrate = "*"
Flask-Session = "==0.5.0"
Flask-SQLAlchemy = "*"
Markdown = "==3.4.4"
Pillow = "*"
PyGithub = "==1.59.1"
SQLAlchemy = "==2.0.20"
SQLAlchemy-Utils = "==0.41.1"
Whoosh = "==2.7.4"
sentry-sdk = {extras = ["flask"], version = "*"}
pydantic = "*"
pystache = "*"
fasteners = "*"
"interactions.py" = "==5.13.1"
tomli = "*"
orjson = "*"
traceback-with-variables = "*"
freezegun = "*"
werkzeug = "==3.1.3"
discord-typings = "*"
anyascii = "*"
manabase-solver = "*"
brotli = "*"
scipy = "*"
regex = "*"
[requires]
python_version = "3.10"