Skip to content

Commit f28876a

Browse files
requirements.txt
1 parent 41b6a31 commit f28876a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.vscode/settings.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"python.testing.pytestArgs": [
3+
"tests"
4+
],
5+
"python.testing.unittestEnabled": false,
6+
"python.testing.pytestEnabled": true
7+
}

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ redis==3.5.3
1111
Flask-Caching==1.10.1
1212
filedepot==0.8.0
1313
cryptography==3.4.8
14+
pytest==6.2.5

0 commit comments

Comments
 (0)