File: Pipfile

package info (click to toggle)
ruby-spamcheck 1.0.0%2Bgit20220819.662e6bf-2
  • links: PTS, VCS
  • area: contrib
  • in suites: bookworm
  • size: 620 kB
  • sloc: python: 828; ruby: 422; makefile: 40
file content (22 lines) | stat: -rw-r--r-- 327 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
[[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 = "*"

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

[requires]
python_version = "3.9"