File: Pipfile

package info (click to toggle)
django-rq 3.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 620 kB
  • sloc: python: 2,964; makefile: 8
file content (17 lines) | stat: -rw-r--r-- 376 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
django-redis = {editable = true,git = "https://github.com/niwinz/django-redis.git",ref = "13acf21d61ec95de6550c2df9fc65363676cf8a7"}
docutils = "*"
pygments = "*"
rq-scheduler = "*"
coverage = "*"

[packages]
django-rq = {editable = true,path = "."}

[requires]
python_version = "3.7"