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

Commit

Permalink
Remove antlib requirement from requirements.txt (#218)
Browse files Browse the repository at this point in the history
The pip requirements file syntax is not able to specify the requirement of Windows 32 bit Python, which is the only supported variant of antlib currently. Removing the entry from the requirements file as a workaround, and instead relying on manual installation of antlib.
  • Loading branch information
bihanssen authored Mar 29, 2019
1 parent abfb8c4 commit 629475f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ pyspinel == 1.0.0a3
intelhex ~= 2.2
pyyaml ~= 4.2b1
crcmod ~= 1.7
antlib ~= 1.0b ; sys_platform == 'win32'
libusb1 ~= 1.7

0 comments on commit 629475f

Please sign in to comment.