forked from Opentrons/opentrons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
executable file
·45 lines (42 loc) · 1016 Bytes
/
Pipfile
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[requires]
python_version = "3.7"
[dev-packages]
atomicwrites = {version="*", sys_platform="== 'win32'"}
clint = "*"
colorama = "*"
coverage = "==5.1"
dill = "==0.2.7.1"
mypy = "==0.800"
numpydoc = "==0.9.1"
pytest = "==6.1.0"
pytest-watch = "~=4.2.0"
pytest-cov = "==2.10.1"
pygments = "*"
sphinx = "==2.2.0"
twine = "==2.0.0"
wheel = "==0.30.0"
"e1839a8" = {editable = true, path = "."}
"c445fee" = {editable = true, path = "./../shared-data/python"}
pytest-aiohttp = "*"
typeguard = "*"
sphinx-substitution-extensions = "*"
mock = "~=4.0.2"
flake8 = "~=3.9.0"
flake8-annotations = "~=2.6.2"
flake8-docstrings = "~=1.6.0"
flake8-noqa = "~=1.1.0"
decoy = "~=1.3.2"
pytest-lazy-fixture = "==0.6.3"
[packages]
aionotify = "==0.2.0"
jsonrpcserver = "==4.0.3"
jsonschema = "==3.0.2"
numpy = "==1.15.1"
pyserial = "==3.5"
systemd-python = {version="==234", sys_platform="== 'linux'"}
typing-extensions = "==3.7.4.3"
pydantic = "==1.4"