-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
36 lines (31 loc) · 1.03 KB
/
requirements.txt
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
# Pip requirements file for smipyping runtime dependencies.
#
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
# Make sure that the package versions in minimum-constraints.txt are also
# the minimum versions required in requirements.txt and dev-requirements.txt.
# Direct dependencies (except pip, setuptools, wheel):
# Do not allow version 1+ of pywbem
pywbem>=0.12.0,<1.0.0
# git+https://github.com/KSchopmeyer/smipyping.git@master#egg=smipyping
pbr>=1.10.0
six>=1.10.0
click>=6.7
click-spinner>=0.1.8
click-repl>=0.1.5
click-configfile>=0.2.3
click-datetime>=0.2
asciitree>=0.3.3
tabulate>=0.8.2
wcwidth>=0.1.7
# repl fails with python 2.7 and toolkit >= 2
prompt-toolkit<2.0.0
terminaltables>=3.1.0
scapy>-2.4.0
# This fixed at 2.1.4 because of issues with both older and newer versions
mysql_connector
configparser>=3.5.0
decorator>=4.0.10
sqlalchemy>=1.1.13
python-dateutil>=2.7.3