-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
47 lines (44 loc) · 932 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
argcomplete = "==2.0.0"
beautifulsoup4 = "==4.11.1"
boto3 = "==1.26.22"
botocore = "==1.29.22"
bs4 = "==0.0.1"
certifi = "==2022.9.24"
cfn-flip = "==1.3.0"
charset-normalizer = "==2.1.1"
click = "==8.1.3"
durationpy = "==0.5"
feedparser = "==6.0.10"
hjson = "==3.1.0"
idna = "==3.4"
jmespath = "==1.0.1"
kappa = "==0.6.0"
markupsafe = "==2.1.1"
oauthlib = "==3.2.2"
placebo = "==0.9.0"
python-dateutil = "==2.8.2"
python-dotenv = "==0.21.0"
python-slugify = "==7.0.0"
pyyaml = "==6.0"
requests = "==2.28.1"
requests-oauthlib = "==1.3.1"
s3transfer = "==0.6.0"
sgmllib3k = "==1.0.0"
six = "==1.16.0"
soupsieve = "==2.3.2.post1"
text-unidecode = "==1.3"
toml = "==0.10.2"
tqdm = "==4.64.1"
troposphere = "==4.2.0"
tweepy = "==4.12.1"
urllib3 = "==1.26.13"
werkzeug = "==2.2.2"
zappa = "==0.56.1"
[dev-packages]
[requires]
python_version = "3.9"