Commit Graph

11 Commits

Author SHA1 Message Date
Robin Dunn
d214e606db Split the requirements list into two lists, load install_requires list from one of them.
(cherry picked from commit 4b3f422806)
2019-05-21 12:17:20 -07:00
Robin Dunn
0e8ef04fec Merge pull request #1209 from RobinD42/use-pathlib-touch
Use pathlib2 to implement cmd_touch

(cherry picked from commit 68555f6d31)
2019-04-17 19:34:49 -07:00
Robin Dunn
2849ff993b Add pillow dependency
(cherry picked from commit da202f61ca)
2018-08-13 22:04:29 -07:00
Robin Dunn
4b6ee40a14 Merge pull request #938 from RobinD42/fix-issue932-b
Restore wx.lib.pubsub, and officially deprecate
(cherry picked from commit 8fad2231a0)
2018-07-20 16:45:05 -07:00
Mesalu
13eda52013 Add PyPubSub to relevant dependencies 2018-03-18 12:37:45 -07:00
Robin Dunn
c2ef0275c3 Avoid pip dependency error, install appdirs first 2017-04-07 22:00:10 -07:00
Mesalu
d74f8708db Add numpy to requirements
numpy is required for a few unit tests.  Since requirements already includes pytest (and friends) for the sake of testing, it makes sense to ensure all required modules are present.
2017-02-01 15:35:32 -08:00
Robin Dunn
933e1e22d4 Switch to py.test for running tests. Use --boxed mode to run each test in a separate process, and --timeout to kill stuck tests. 2016-07-01 00:25:26 -07:00
Robin Dunn
98cf9f79e0 Switch to requests for downloading tools, and other cleanup. 2016-06-28 12:55:53 -07:00
Robin Dunn
c4cac14372 Update build requirements 2016-05-24 23:42:31 -07:00
Robin Dunn
7ef466594e Add a requirements file to define the Python packages needed to do a build. 2016-02-27 18:25:28 -08:00