Skip to content

Commit b409109

Browse files
authored
feat(sdk): remove pycrypto and general package cleanup (#61)
* feat(sdk): remove pycrypto * feat(sdk): actually test the published deps as well * feat(sdk): more package cleanup
1 parent 086b52c commit b409109

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ test: lint
2222
install:
2323
python3 -m venv ${VIRTUAL_ENV}
2424
${PIP} install -r requirements.txt
25+
${PYTHON} setup.py install
2526

2627
lint: install
2728
${ISORT} --diff staxapp/*.py

requirements.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
1-
aws_requests_auth
21
black
3-
boto3
42
isort
53
jsonschema
64
pyjwt
75
nose2
8-
openapi-spec-validator
96
prance
107
pycodestyle
11-
pycrypto
128
pylint
139
pytest
1410
pytest-cov
15-
requests
1611
responses
17-
warrant

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"requests",
99
"aws_requests_auth",
1010
"warrant",
11-
"pycrypto",
1211
"pyjwt",
1312
"openapi-spec-validator",
1413
]

0 commit comments

Comments
 (0)