Browse Source

add version and environment marker for pygobject

pull/1361/head
jcfp 5 years ago
committed by Safihre
parent
commit
efaa4c7647
  1. 4
      requirements.txt

4
requirements.txt

@ -8,7 +8,9 @@ cherrypy
portend
chardet
gntp
pygobject
# Not on Windows
pygobject>=3.10.2; sys_platform != 'win32'
# Only on Windows
pywin32>=227; sys_platform == 'win32'

Loading…
Cancel
Save