Skip to content

Commit

Permalink
Install setuptools in Windows Python 2.7 since msi doesn't include it
Browse files Browse the repository at this point in the history
  • Loading branch information
wbond committed Aug 15, 2023
1 parent 8f53ec9 commit d1ebb01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requires/ci
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
setuptools == 36.8.0 ; python_version == '2.6'
setuptools == 44.1.1 ; python_version == '2.7' and sys_platform == 'win32'
setuptools == 18.4 ; python_version == '3.2'
setuptools == 39.2.0 ; python_version == '3.3'
https://github.com/wbond/asn1crypto/archive/master.zip
Expand Down

0 comments on commit d1ebb01

Please sign in to comment.