Skip to content

Commit 4ae7cbd

Browse files
committed
Updated dependencies
1 parent 6d2297a commit 4ae7cbd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Installation and deployment
22
setuptools==38.2.5
33
twine==1.9.1
4-
bernardomg.tox-test-command==1.0.2
5-
bernardomg.version-extractor==1.0.0
4+
bernardomg.tox-test-command==1.1.2
5+
bernardomg.version-extractor==1.0.2
66

77
# Testing
88
tox==2.9.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from os.path import join
55

66
from setuptools import find_packages, setup
7-
from bernardomg.tox_test_command import ToxTestCommand
7+
from tox_test_command import ToxTestCommand
88
from version_extractor import extract_version_init
99

1010
"""

0 commit comments

Comments
 (0)