Skip to content

Commit b8c15ee

Browse files
committed
Add pipenv
1 parent a58c6ee commit b8c15ee

2 files changed

Lines changed: 277 additions & 0 deletions

File tree

Pipfile

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[[source]]
2+
url = "https://pypi.org/simple"
3+
verify_ssl = true
4+
name = "pypi"
5+
6+
[packages]
7+
bcrypt = "==3.1.6"
8+
pycryptodome = "==3.7.3"
9+
Flask = "==1.0.2"
10+
Flask-WTF = "==0.14.3"
11+
itsdangerous = "==2.0.1"
12+
markupsafe = "*"
13+
14+
[dev-packages]
15+
16+
[requires]
17+
python_version = "3.9"

Pipfile.lock

Lines changed: 260 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)