We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 086b52c commit b409109Copy full SHA for b409109
3 files changed
Makefile
@@ -22,6 +22,7 @@ test: lint
22
install:
23
python3 -m venv ${VIRTUAL_ENV}
24
${PIP} install -r requirements.txt
25
+ ${PYTHON} setup.py install
26
27
lint: install
28
${ISORT} --diff staxapp/*.py
requirements.txt
@@ -1,17 +1,11 @@
1
-aws_requests_auth
2
black
3
-boto3
4
isort
5
jsonschema
6
pyjwt
7
nose2
8
-openapi-spec-validator
9
prance
10
pycodestyle
11
-pycrypto
12
pylint
13
pytest
14
pytest-cov
15
-requests
16
responses
17
-warrant
setup.py
@@ -8,7 +8,6 @@
"requests",
"aws_requests_auth",
"warrant",
- "pycrypto",
"pyjwt",
"openapi-spec-validator",
]
0 commit comments