Skip to content

Commit 5eeaee2

Browse files
authored
Modify requirements (#8)
* depend on setuptools_scm * update README for setuptools_scm
1 parent 46e1b58 commit 5eeaee2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ To use this client you must have:
1919
### Dependencies
2020
This library requires the following standard dependencies:
2121
* botocore
22+
* setuptools_scm
2223

2324
For development and testing purposes, this library requires the following additional dependencies:
2425
* pytest
@@ -28,7 +29,6 @@ For development and testing purposes, this library requires the following additi
2829
* pylint
2930
* isort
3031
* sphinx
31-
* setuptools_scm
3232

3333
Please review the `requirements.txt` and `dev-requirements.txt` file for specific version requirements.
3434

dev-requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ codecov>=1.4.0
55
pylint>1.9.4
66
isort>=4.3.4
77
sphinx>=1.8.4
8-
setuptools_scm>=3.2

requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
botocore>=1.12
1+
botocore>=1.12
2+
setuptools_scm>=3.2

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
'write_to': 'version.txt'
2626
},
2727
python_requires='>3.5',
28-
install_requires=['botocore'],
28+
install_requires=['botocore', 'setuptools_scm'],
2929
setup_requires=['pytest-runner', 'setuptools-scm'],
3030
tests_require=['pytest', 'pytest-cov', 'pytest-sugar', 'codecov']
3131

0 commit comments

Comments
 (0)