generated from SFDigitalServices/microservice-fn-py
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements-dev.txt
55 lines (53 loc) · 1.96 KB
/
requirements-dev.txt
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
46
47
48
49
50
51
52
53
54
55
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements --dev
#
# Note: in pipenv 2020.x, "--dev" changed to emit both default and development
# requirements. To emit only development requirements, pass "--dev-only".
-i https://pypi.org/simple
astroid==2.12.13; python_full_version >= '3.7.2'
attrs==22.2.0; python_version >= '3.6'
azure-functions==1.12.0
certifi==2022.12.7; python_full_version >= '3.6.0'
cffi==1.15.1
cfgv==3.3.1; python_full_version >= '3.6.1'
charset-normalizer==2.1.1; python_full_version >= '3.6.0'
coverage[toml]==6.5.0; python_version >= '3.7'
coveralls==3.3.1
cryptography==38.0.4; python_full_version >= '3.6.0'
dill==0.3.6; python_version < '3.11'
distlib==0.3.6
docopt==0.6.2
exceptiongroup==1.0.4; python_version < '3.11'
filelock==3.8.2; python_version >= '3.7'
identify==2.5.11; python_version >= '3.7'
idna==3.4; python_version >= '3.5'
importlib-metadata==5.2.0; python_version < '3.8'
iniconfig==1.1.1
isort==5.11.4; python_version >= '3.7'
lazy-object-proxy==1.8.0; python_version >= '3.7'
mccabe==0.7.0; python_version >= '3.6'
nodeenv==1.7.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
oracledb==1.2.1
packaging==22.0; python_version >= '3.7'
platformdirs==2.6.0; python_version >= '3.7'
pluggy==1.0.0; python_version >= '3.6'
pre-commit==2.20.0
pycparser==2.21
pyjsend==0.2.2
pylint==2.15.9
pytest-cov==4.0.0
pytest==7.2.0
pyyaml==6.0
requests==2.28.1
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
tomli==2.0.1
tomlkit==0.11.6; python_version >= '3.6'
typed-ast==1.5.4; python_version < '3.8' and implementation_name == 'cpython'
typing-extensions==4.4.0; python_version < '3.10'
urllib3==1.26.13; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
virtualenv==20.17.1; python_version >= '3.6'
wrapt==1.14.1; python_version < '3.11'
zipp==3.11.0; python_version >= '3.7'