File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11__description__ = "Devo Python Library."
22__url__ = "https://www.devo.com"
3- __version__ = "7.0.1 "
3+ __version__ = "7.0.2 "
44__author__ = "Devo"
55__author_email__ = "support@devo.com"
66__license__ = "MIT"
Original file line number Diff line number Diff line change 1- mock~=5.2. 0
2- msgpack~=1.2. 0
3- pebble~=5.2. 0
4- pipdeptree~=3.1. 0
5- pytest~=9.1. 0
6- pytest-cov~=7.1. 0
7- pytest-timeout~=2.4. 0
8- responses~=0.26.1
1+ mock~=5.0
2+ msgpack~=1.0
3+ pebble~=5.0
4+ pipdeptree~=3.0
5+ pytest~=9.0
6+ pytest-cov~=7.0
7+ pytest-timeout~=2.0
8+ responses~=0.0
Original file line number Diff line number Diff line change 2727 "Topic :: Software Development :: Libraries :: Python Modules" ,
2828]
2929INSTALL_REQUIRES = [
30- "click~=8.4.1 " ,
31- "pem~=23.1. 0" ,
32- "pyopenssl~=26.3. 0" ,
33- "pytz~=2026.1 " ,
34- "pyyaml~=6.0.3 " ,
35- "requests~=2.34.2 " ,
30+ "click~=8.0 " ,
31+ "pem~=23.0" ,
32+ "pyopenssl~=26.0" ,
33+ "pytz~=2026.0 " ,
34+ "pyyaml~=6.0" ,
35+ "requests~=2.0 " ,
3636]
3737EXTRAS_REQUIRE = {
3838 "dev" : [
39- "mock~=5.2. 0" ,
40- "msgpack~=1.2. 0" ,
41- "pebble~=5.2. 0" ,
42- "pipdeptree~=3.1. 0" ,
43- "pytest~=9.1. 0" ,
44- "pytest-cov~=7.1. 0" ,
45- "pytest-timeout~=2.4. 0" ,
46- "responses~=0.26.1 " ,
39+ "mock~=5.0" ,
40+ "msgpack~=1.0" ,
41+ "pebble~=5.0" ,
42+ "pipdeptree~=3.0" ,
43+ "pytest~=9.0" ,
44+ "pytest-cov~=7.0" ,
45+ "pytest-timeout~=2.0" ,
46+ "responses~=0.0 " ,
4747 ]
4848}
4949CLI = [
You can’t perform that action at this time.
0 commit comments