-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
53 lines (50 loc) · 1.06 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
asgiref = "==3.5.2"
attrs = "==22.2.0"
awsebcli = "==3.20.3"
bcrypt = "==4.0.1"
blessed = "==1.19.1"
botocore = "==1.23.54"
cached-property = "==1.5.2"
cement = "==2.8.2"
certifi = "==2022.12.7"
cffi = "==1.15.1"
charset-normalizer = "==2.0.12"
colorama = "==0.4.3"
cryptography = "==39.0.0"
django = "==4.1.4"
django-countries = "==7.5"
docker = "==4.4.4"
docker-compose = "==1.25.5"
dockerpty = "==0.4.1"
docopt = "==0.6.2"
future = "==0.16.0"
idna = "==3.4"
jmespath = "==0.10.0"
jsonschema = "==3.2.0"
paramiko = "==3.0.0"
pathspec = "==0.9.0"
psycopg2-binary = "==2.9.5"
pycparser = "==2.21"
pynacl = "==1.5.0"
pyrsistent = "==0.19.3"
python-dateutil = "==2.8.2"
python-decouple = "==3.7"
pyyaml = "==5.4.1"
requests = "==2.26.0"
semantic-version = "==2.8.5"
six = "==1.14.0"
sqlparse = "==0.4.3"
termcolor = "==1.1.0"
texttable = "==1.6.7"
typing-extensions = "==4.4.0"
urllib3 = "==1.26.14"
wcwidth = "==0.1.9"
websocket-client = "==0.59.0"
[dev-packages]
[requires]
python_version = "3.9"