forked from Rappsilber-Laboratory/mzidentml-reader
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathPipfile
More file actions
40 lines (37 loc) · 675 Bytes
/
Pipfile
File metadata and controls
40 lines (37 loc) · 675 Bytes
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
lxml = ">=4.9.1"
numpy = ">=1.14.3"
pandas = ">=0.21.0"
pymzml = ">=0.7.8"
pyteomics = "4.7.3"
requests = ">=2.31.0"
urllib3 = ">=2.6.0"
psycopg2-binary = "*"
sqlalchemy = ">=2.0.38"
sqlalchemy-utils = "*"
obonet = "==1.1.0"
orjson = "*"
authlib = ">=1.6.6"
virtualenv = ">=20.36.1"
filelock = ">=3.20.3"
#Security modules
certifi = ">=2023.7.22"
python-multipart = ">=0.0.22"
python-jose = ">=3.3.0"
passlib = "*"
jose = "*"
[dev-packages]
pytest = "*"
black = "*"
isort = "*"
pre-commit = "*"
pytest-cov = "*"
safety = "*"
bandit = "*"
flake8 = "*"
[requires]
python_version = "3.10"