From 0f3ba584e9e46571e2b6163741dad7c792cd79a2 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Mon, 26 Oct 2020 13:27:07 +0000 Subject: [PATCH] requirements: py2exe now available from pypi, so no need for VCS --- requirements-dev.txt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 754fe585..46d6928c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -22,12 +22,8 @@ autopep8==1.5.4 grip==4.5.2 # Packaging -# This isn't available via 'pip install', but is via git@tag -# Refs: -# -# -#py2exe==0.10.0.2 -git+https://github.com/albertosottile/py2exe.git@v0.10.0.2#egg=py2exe; sys_platform == 'win32' +# We only need py2exe on windows. +py2exe==0.10.0.2; sys_platform == 'win32' # All of the normal requirements -r requirements.txt