blob: e27276a0551e3d951f64853fbf826d901f1cfd05 [file] [log] [blame]
Joey Armstrongdf238722024-03-28 15:57:52 -04001# -*- makefile -*-
2## -----------------------------------------------------------------------
3## Intent: Python packages to install for tox command use.
4## -----------------------------------------------------------------------
5
6tox
7
8#
9doc8~=0.9.0
10docutils==0.16
11
12tox
13
14# [EOF]