summaryrefslogtreecommitdiff
path: root/changelog/783.feature.rst
diff options
context:
space:
mode:
Diffstat (limited to 'changelog/783.feature.rst')
-rw-r--r--changelog/783.feature.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog/783.feature.rst b/changelog/783.feature.rst
deleted file mode 100644
index c49c8e35..00000000
--- a/changelog/783.feature.rst
+++ /dev/null
@@ -1 +0,0 @@
-Ability to specify package requirements for the tox run via the ``tox.ini`` (``tox`` section under key ``requires`` - PEP-508 style): can be used to specify both plugin requirements or build dependencies. - by :user:`gaborbernat`