Skip to content

Commit 1e26a01

Browse files
committed
Add project dependencies
1 parent 6a0e95f commit 1e26a01

File tree

2 files changed

+330
-0
lines changed

2 files changed

+330
-0
lines changed

Pipfile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[[source]]
2+
url = "https://pypi.org/simple"
3+
verify_ssl = true
4+
name = "pypi"
5+
6+
[packages]
7+
8+
[dev-packages]
9+
flit = "==3.8.0"
10+
pylint = "==2.15.5"
11+
mypy = "==0.990"
12+
yapf = "==0.32.0"
13+
isort = "==5.10.1"

Pipfile.lock

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

0 commit comments

Comments
 (0)