We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b6a31 commit f28876aCopy full SHA for f28876a
.vscode/settings.json
@@ -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
@@ -11,3 +11,4 @@ redis==3.5.3
11
Flask-Caching==1.10.1
12
filedepot==0.8.0
13
cryptography==3.4.8
14
+pytest==6.2.5
0 commit comments