Skip to content

Commit

Permalink
work around pip extras bug
Browse files Browse the repository at this point in the history
  • Loading branch information
funkyHat committed Jan 23, 2018
1 parent 5209b4f commit f8d2fcf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,15 @@
'cloudify-rest-client==4.3.dev1',
'cloudify-plugins-common==4.3.dev1',
'backports.shutil_get_terminal_size==1.0.0',

# included from requests[security] because 9.0.1
# pip install -r can't handle that properly
"asn1crypto==0.24.",
"cffi==1.11.",
"cryptography==2.1.",
"enum34==1.1.",
"ipaddress==1.0.1",
"pyOpenSSL==17.5.",
"pycparser==2.18",
]
)

0 comments on commit f8d2fcf

Please sign in to comment.