Skip to content

Commit

Permalink
add Pipfile lockfile for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
obfuscurity committed Jul 30, 2024
1 parent 4f6d814 commit 7abe2f5
Show file tree
Hide file tree
Showing 2 changed files with 347 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"

[packages]
django = "<5,>=3.2"
python-memcached = "==1.58"
txamqp = "==0.8"
django-tagging = "==0.5.0"
gunicorn = "*"
pytz = "*"
pyparsing = ">=2.3.0"
cairocffi = "*"
whitenoise = "==4.1.4"
urllib3 = "*"
six = "*"

[dev-packages]

[requires]
python_version = "3.8"

[packages.whisper]
git = "https://github.com/graphite-project/whisper.git"
322 changes: 322 additions & 0 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7abe2f5

Please sign in to comment.