Skip to content

Commit

Permalink
Merge pull request #141 from MichaelAquilina/reduce_dependencies
Browse files Browse the repository at this point in the history
Remove scandir and enum34 as dependencies
  • Loading branch information
MichaelAquilina committed Jul 25, 2018
2 parents fa54b56 + f54c59b commit 8d0b64c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,12 @@ jobs:
- image: "python:3.5-stretch"
<<: *test

test-3.4:
docker:
- image: "python:3.4-stretch"
<<: *test


workflows:
version: 2
s4_test:
jobs:
- lint
- test-3.4
- test-3.5
- test-3.6
- test-3.7
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ See it in action here:
Requirements
------------

S4 requires python 3.4+ to work
S4 requires python 3.5+ to work

Installation
------------
Expand Down
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@ filelock>=2.0.12
python-magic>=0.4.12
tabulate>=0.7.7
tqdm>=4.8.4
scandir>=1.5
inotify-simple>=1.1.7
enum34>=1.1.6
pathspec>=0.5.6
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
license='GPLv3',
author_email='michaelaquilina@gmail.com',
url='https://github.com/MichaelAquilina/S4',
python_requires=">=3.4",
python_requires=">=3.5",
keywords='aws s3 backup sync',
entry_points={
'console_scripts': ['s4=s4.cli:entry_point'],
Expand All @@ -38,7 +38,6 @@
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython',
Expand Down

0 comments on commit 8d0b64c

Please sign in to comment.