From 02a829614b7a26a78e2df7f856aaa4180310d422 Mon Sep 17 00:00:00 2001 From: SP Mohanty <spmohanty91@gmail.com> Date: Tue, 30 Jul 2019 03:04:45 +0200 Subject: [PATCH] Remove twine as a dependency --- requirements_dev.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 2c3fce76..2d961325 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,5 @@ # contains all requirements to run the tests by running ```tox -e py36,py37``` tox>=3.5.2 -twine>=1.12.1 pytest>=3.8.2 pytest-runner>=4.2 Click>=7.0 -- GitLab