-
Notifications
You must be signed in to change notification settings - Fork 6
/
Pipfile
49 lines (47 loc) · 983 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
42
43
44
45
46
47
48
49
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
python-anticaptcha = "==0.7.1"
requests = "==2.27.1"
bs4 = "==0.0.1"
cert-human = "==1.0.7"
proxybroker = "==0.3.2"
rsa = "==4.8"
qiwipy = "==2.1.6"
asn1crypto = "==1.4.0"
pyopenssl = "==22.0.0"
birdseye = "*"
sentry-sdk = "*"
aiodns = "==3.0.0"
aiohttp = "==3.8.1"
aiosignal = "==1.2.0"
async-timeout = "==4.0.2"
attrs = "==19.1.0"
beautifulsoup4 = "==4.10.0"
certifi = "==2022.12.7"
cffi = "==1.15.0"
charset-normalizer = "==2.0.12"
cryptography = "==36.0.1"
distlib = "==0.3.4"
filelock = "==3.6.0"
frozenlist = "==1.3.0"
idna = "==3.3"
maxminddb = "==2.2.0"
multidict = "==6.0.2"
parse = "==1.19.0"
pipenv = "==2022.1.8"
platformdirs = "==2.5.1"
pyasn1 = "==0.4.8"
pycares = "==4.1.2"
pycparser = "==2.21"
python-dateutil = "==2.8.2"
six = "==1.16.0"
soupsieve = "==2.3.1"
urllib3 = "==1.26.8"
virtualenv = "==20.13.2"
virtualenv-clone = "==0.5.7"
yarl = "==1.7.2"
[dev-packages]
yapf = "*"