Skip to content
This repository was archived by the owner on Jan 17, 2023. It is now read-only.

Commit 5b5e535

Browse files
committed
Add sys_platform win32 condtion on antlib in reqs-frozen
Note that this will need to be added manually after each pip freeze.
1 parent 6c25ce3 commit 5b5e535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-frozen.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
antlib==1.1b0.post0
1+
antlib==1.1b0.post0 ; sys_platform == 'win32'
22
Click==7.0
33
crcmod==1.7
44
ecdsa==0.13.3

0 commit comments

Comments
 (0)