We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fb9e25 commit 09e7a8cCopy full SHA for 09e7a8c
.gitignore
@@ -48,6 +48,9 @@ chatconfig/config.json
48
.pytest_cache/
49
app/cache/
50
51
+# pip requirements, where the github repo is downloaded
52
+src/
53
+
54
# Autogenerated Documentation
55
_build/
56
**/.vs
requirements/base.txt
@@ -67,7 +67,7 @@ ecdsa
67
pysha3
68
oyaml
69
pygithub==1.43.2
70
-django-cacheops==5.1
+-e git://github.com/gitcoinco/django-cacheops.git#egg=django-cacheops
71
django-redis==4.10.0
72
collectfast==0.6.2
73
django-health-check==3.7.0
src/django-cacheops
@@ -0,0 +1 @@
1
+Subproject commit ddfc0fa34fe81d05bd63b73140f32e3da61befe4
0 commit comments