File: Pipfile

package info (click to toggle)
ruby-spamcheck 1.10.1-2
  • links: PTS, VCS
  • area: contrib
  • in suites: sid, trixie
  • size: 668 kB
  • sloc: python: 1,261; ruby: 484; makefile: 54; sh: 13
file content (26 lines) | stat: -rw-r--r-- 409 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
numpy = "*"
grpcio-reflection = "*"
grpcio-tools = "*"
python-json-logger = "*"
ulid-py = "*"
tflite-runtime = "*"
vyper-config = "*"
google-cloud-pubsub = "*"
cloudevents = "*"
google-cloud-storage = "*"

[dev-packages]
coverage = "*"
pytest = "*"
pylint = "*"
ipython = "*"
rope = "*"

[requires]
python_version = "3.9"