forked from Hari-Nagarajan/fairgame
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
41 lines (38 loc) · 747 Bytes
/
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pyinstaller = "*"
[packages]
requests = "*"
click = "*"
selenium = "*"
chromedriver-py = "==100.0.4896.60"
furl = "*"
twilio = "*"
discord-webhook = "*"
pycryptodome = "==3.9.8"
questionary = "*"
spinlog = "*"
slackclient = "*"
playsound = "==1.2.2"
prompt_toolkit = "*"
aiohttp = "*"
pyobjc = { version = "*", sys_platform = "== 'darwin'" }
async-timeout = "*"
amazoncaptcha = "*"
browser-cookie3 = "*"
coloredlogs = "*"
apprise = "*"
price-parser = "*"
pypresence = "==4.0.0"
pywin32 = { version = "*", sys_platform = "== 'win32'" }
psutil = "*"
stdiomask = "*"
packaging = "*"
config = "*"
lxml = "*"
dnspython = "*"
[requires]
python_version = "3.8"