Commit Graph
9 Commits
Author SHA1 Message Date
bendtherules 8f523110c8 Add setuptools and funcsigs explicitly to requirements 2016-01-07 19:40:05 +05:30
bendtherules 06e908ca90 Ignore venv in pytest and add mock dependency 2016-01-07 19:14:11 +05:30
bendtherules a45cd7c46a Add jinja2 to requirements.txt 2016-01-03 16:43:09 +05:30
bendtherules c494ede016 Move pyside to travis using apt and added to external_dependencies.txt
As it needs to compile and install itself if done pip install, that errors and takes a lot of time in travis
2016-01-03 11:50:00 +05:30
bendtherules adf5efd653 Add pyside to requirements as htmlpy doesnt require it itself 2016-01-03 11:41:41 +05:30
bendtherules d0941a74ef Add htmlpy to requirements as it is required for gui 2016-01-03 11:38:52 +05:30
bendtherules dc5ebc99c1 In travis and requirements.txt, add redis 2015-12-23 12:19:03 +05:30
bendtherules 8446ef78fc Make gui executable and plugin func to call it on start
New requirement added:
	psutil - to check if pid is running on unix + windows

plugin still doesnt start gui on start, test the func first
2015-12-19 22:33:25 +05:30
bendtherules abadfff45c Add work done till now
Things done:

1. Plugin part complete, needs tests
2. Installable with setup.py
3. Requirements.txt

TBD:

1. Make the gui part
2. Restructure directories into plugin and gui
3. Add plugin tests
4. In setup.py, add pytest hook
2015-12-13 07:33:11 +05:30