Skip to content

Commit 830f2f4

Browse files
adds requirements.txt to document dependencies
- these were partially pieced together by hand and partially filled in by pycharm's quick fix process. this set is confimed working on my machine in the pycharm IDE and also by command line via build.bat generating an exe which runs successfully. This is despite generating the following warnings: Error: Namespace packages not yet supported: Skipping package 'win32com.gen_py' 14 missing Modules ------------------ ? PIL._imagingagg imported from PIL.ImageDraw ? PyQt4 imported from PIL.ImageQt ? PyQt5 imported from PIL.ImageQt ? _grabscreen imported from PIL.ImageGrab ? _imaging_gif imported from PIL.GifImagePlugin ? backports imported from setuptools.ssl_support ? packaging imported from pkg_resources ? setuptools_svn imported from setuptools.command.egg_info ? sha imported from dns.entropy ? testing imported from cffi.recompiler ? urllib.pathname2url imported from setuptools.compat ? urllib.splittag imported from setuptools.compat ? urllib.url2pathname imported from setuptools.compat ? wincertstore imported from setuptools.ssl_support
1 parent 443b842 commit 830f2f4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

requirements.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
approvaltests==0.1.12
2+
py2exe==0.9.2.2
3+
pysmb==1.1.15
4+
paho-mqtt==1.1
5+
pyreadline==2.1
6+
screeninfo==0.2.1
7+
pypiwin32==219
8+
dnspython==1.14.0
9+
Pillow==2.4.0
10+
pyasn1==0.1.9
11+
cffi==1.7.0
12+
pycparser==2.14
13+
pysha3==0.3

0 commit comments

Comments
 (0)