Skip to content

Commit 16da499

Browse files
committed
Add Pipfile and Pipfile.lock replacing requirements.txt
1 parent d966327 commit 16da499

File tree

4 files changed

+475
-20
lines changed

4 files changed

+475
-20
lines changed

Pipfile

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
[[source]]
2+
url = "https://pypi.org/simple"
3+
verify_ssl = true
4+
name = "pypi"
5+
6+
[packages]
7+
flask = "*"
8+
requests-mock = "*"
9+
jaeger-client = "*"
10+
python-json-logger = "*"
11+
pyyaml = "*"
12+
anyconfig = "*"
13+
swagger-ui-bundle = "*"
14+
connexion = "*"
15+
16+
[dev-packages]
17+
coverage = "*"
18+
mock = "*"
19+
nose = "*"
20+
pylint = "*"
21+
tox = "*"
22+
23+
[requires]
24+
python_version = "3.6"

0 commit comments

Comments
 (0)