forked from dudikbender/fast-graph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
54 lines (51 loc) · 1020 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
50
51
52
53
54
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
appdirs = "==1.4.4"
astroid = "==2.4.2"
bcrypt = "==3.2.0"
certifi = "==2020.12.5"
cffi = "==1.14.5"
chardet = "==4.0.0"
click = "==7.1.2"
crypto = "==1.4.1"
distlib = "==0.3.1"
ecdsa = "==0.14.1"
fastapi = "==0.63.0"
filelock = "==3.0.12"
gunicorn = "==20.0.4"
h11 = "==0.11.0"
idna = "==2.10"
isort = "==5.7.0"
jose = "==1.0.0"
lazy-object-proxy = "==1.4.3"
mccabe = "==0.6.1"
neo4j = "==4.2.1"
numpy = "==1.19.3"
passlib = "==1.7.4"
pyasn1 = "==0.4.8"
pycparser = "==2.20"
pycryptodomex = "==3.9.9"
pydantic = "==1.7.3"
pylint = "==2.6.0"
python-dotenv = "==0.15.0"
python-jose = "==3.2.0"
python-multipart = "==0.0.5"
pytz = "==2021.1"
requests = "==2.25.1"
rsa = "==4.7"
shellescape = "==3.8.1"
six = "==1.15.0"
starlette = "==0.13.6"
toml = "==0.10.2"
urllib3 = "==1.26.3"
uvicorn = "==0.12.2"
virtualenv = "==20.0.31"
wrapt = "==1.12.1"
Naked = "==0.1.31"
PyYAML = "==5.4.1"
[dev-packages]
[requires]
python_version = "3.9"