Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Restricting pyvcloud version to >= 22.0.0 and < 23.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shashim committed Feb 24, 2020
1 parent b87cc5d commit 9bc1026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ keyring >= 10.6.0, <= 12.0.0
# Pycryptodome 3.5.0 does not compile on Mac OS X.
pycryptodome >= 3.4.7,<3.5
pypiwin32 >= 223;platform_system=="Windows"
pyvcloud >= 21.0.1
pyvcloud >= 22.0.0, < 23.0.0
tabulate >= 0.7.5
unittest-xml-reporting >= 2.2.1

0 comments on commit 9bc1026

Please sign in to comment.