-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
97 lines (94 loc) · 2 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
asttokens = "==2.2.1"
backcall = "==0.2.0"
bcrypt = "==4.0.1"
cached-property = "==1.5.2"
certifi = "==2023.7.22"
cffi = "==1.15.1"
charset-normalizer = "==3.2.0"
click = "==8.1.3"
colorama = "==0.4.6"
crayons = "==0.4.0"
cryptography = "==41.0.1"
darkdetect = "==0.7.1"
decorator = "==5.1.1"
executing = "==1.2.0"
future = "==0.18.3"
graphml2svg = "==0.0.4"
greenlet = "==2.0.2"
idle = "==1.0.4"
idna = "==3.4"
igraph = "==0.10.6"
inflection = "==0.5.1"
ipdb = "==0.13.13"
ipython = "==8.14.0"
jedi = "==0.19.0"
jinja2 = "==3.1.2"
jmespath = "==1.0.1"
markupsafe = "==2.1.3"
matplotlib-inline = "==0.1.6"
mypy-extensions = "==1.0.0"
mysql-connector-python = "==8.1.0"
netmiko = "==3.3.3"
ntc-templates = "==3.5.0"
numpy = "==1.25.2"
pandas = "==2.0.3"
pandasql = "==0.7.3"
paramiko = "==3.2.0"
parso = "==0.8.3"
pickleshare = "==0.7.5"
prompt-toolkit = "==3.0.39"
protobuf = "==4.21.12"
psycopg2 = "==2.9.7"
pure-eval = "==0.2.2"
pycparser = "==2.21"
pycryptodome = "==3.18.0"
pygments = "==2.16.1"
pynacl = "==1.5.0"
pyqt6 = "==6.5.1"
pyqt6-qt6 = "==6.5.1"
pyqt6-sip = "==13.5.1"
pyqt6-webengine = "==6.5.0"
pyqt6-webengine-qt6 = "==6.5.1"
pyqtdarktheme = "==2.1.0"
pyserial = "==3.5"
python-dateutil = "==2.8.2"
python-igraph = "==0.10.6"
pytz = "==2023.3"
pywinpty = "==2.0.10"
pyyaml = "==6.0.1"
qt-material = "==2.14"
requests = "==2.31.0"
scp = "==0.14.5"
six = "==1.16.0"
sqlalchemy = "==2.0.20"
sqlalchemy-orm = "==1.2.10"
sqlalchemy-serializer = "==1.4.1"
stack-data = "==0.6.2"
svgwrite = "==1.4.3"
textfsm = "==1.1.3"
texttable = "==1.6.7"
tomli = "==2.0.1"
tqdm = "==4.66.1"
traitlets = "==5.9.0"
ttp = "*"
ttp-templates = "==0.3.5"
typing-inspect = "==0.9.0"
typing-extensions = "==4.7.1"
tzdata = "==2023.3"
urllib3 = "==2.0.4"
wcwidth = "==0.2.6"
pynetbox = "*"
tftpy = "*"
diff-match-patch = "*"
twine = "*"
ldap3 = "*"
n2g = {extras = ["full"], version = "*"}
[dev-packages]
[requires]
python_version = "3.9"
python_full_version = "3.9.13"