Skip to content

Commit 33ca433

Browse files
chore(*): Fix requirements
1 parent 9b30cec commit 33ca433

File tree

4 files changed

+28
-58
lines changed

4 files changed

+28
-58
lines changed

Pipfile

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
11
[[source]]
22

3-
verify_ssl = true
43
name = "pypi"
4+
verify_ssl = true
55
url = "https://pypi.python.org/simple"
66

77

8-
[packages]
8+
[dev-packages]
99

1010
pytest-datafiles = "*"
11-
flask = "*"
11+
pytest = "*"
12+
pytest-cov = "*"
1213

1314

14-
[dev-packages]
15+
[requires]
1516

16-
pytest = "*"
17-
pytest-cov = "*"
17+
python_version = "3.6"
18+
19+
20+
[packages]
21+
22+
flask = "*"

Pipfile.lock

Lines changed: 14 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# API Stub Generator
22

3+
[![Build Status](https://travis-ci.org/CuriousLearner/api-stub.svg?branch=master)](https://travis-ci.org/CuriousLearner/api-stub)
4+
35
Mock proposed API endpoints with stub.
46

57
## Inspiration

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[flake8]
22
max-line-length = 120
3-
exclude = .tox,.git,*/migrations/*,*/static/*,docs,venv
3+
exclude = .tox,.git,docs,venv
44

55
[coverage:run]
66
source = src/

0 commit comments

Comments
 (0)