Skip to content

Commit bc72b64

Browse files
committed
更新依赖
1 parent c36a90b commit bc72b64

2 files changed

Lines changed: 36 additions & 1 deletion

File tree

login.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import json
2-
import re
32
import requests
43

54

requirements.txt

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# This file may be used to create an environment using:
2+
# $ conda create --name <env> --file <this file>
3+
# platform: win-64
4+
beautifulsoup4=4.9.3=pyha847dfd_0
5+
blas=1.0=mkl
6+
brotlipy=0.7.0=py38h2bbff1b_1003
7+
ca-certificates=2021.7.5=haa95532_1
8+
certifi=2021.5.30=py38haa95532_0
9+
cffi=1.14.6=py38h2bbff1b_0
10+
chardet=4.0.0=py38haa95532_1003
11+
cryptography=3.4.7=py38h71e12ea_0
12+
idna=2.10=pyhd3eb1b0_0
13+
intel-openmp=2021.2.0=haa95532_616
14+
mkl=2021.2.0=haa95532_296
15+
mkl-service=2.3.0=py38h2bbff1b_1
16+
mkl_fft=1.3.0=py38h277e83a_2
17+
mkl_random=1.2.1=py38hf11a4ad_2
18+
numpy=1.20.2=py38ha4e8547_0
19+
numpy-base=1.20.2=py38hc2deb75_0
20+
openssl=1.1.1k=h2bbff1b_0
21+
pip=21.1.3=py38haa95532_0
22+
pycparser=2.20=py_2
23+
pyopenssl=20.0.1=pyhd3eb1b0_1
24+
pysocks=1.7.1=py38haa95532_0
25+
python=3.8.10=hdbf39b2_7
26+
requests=2.25.1=pyhd3eb1b0_0
27+
setuptools=52.0.0=py38haa95532_0
28+
six=1.16.0=pyhd3eb1b0_0
29+
soupsieve=2.2.1=pyhd3eb1b0_0
30+
sqlite=3.36.0=h2bbff1b_0
31+
urllib3=1.26.6=pyhd3eb1b0_1
32+
vc=14.2=h21ff451_1
33+
vs2015_runtime=14.27.29016=h5e58377_2
34+
wheel=0.36.2=pyhd3eb1b0_0
35+
win_inet_pton=1.1.0=py38haa95532_0
36+
wincertstore=0.2=py38_0

0 commit comments

Comments
 (0)