Skip to content

Commit e090fd6

Browse files
committed
Add requirements.txt files #244
1 parent 2080bf8 commit e090fd6

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed

requirements-dev.txt

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
-i https://pypi.org/simple
2+
appdirs==1.4.3
3+
astroid==2.3.3
4+
attrs==19.3.0
5+
bandit==1.6.2
6+
black==19.10b0
7+
certifi==2019.11.28
8+
chardet==3.0.4
9+
click==7.1.1
10+
coverage==5.0.4
11+
coveralls==1.11.1
12+
docopt==0.6.2
13+
gitdb==4.0.2
14+
gitpython==3.1.0
15+
idna==2.9
16+
invoke==1.4.1
17+
isort==4.3.21
18+
lazy-object-proxy==1.4.3
19+
mccabe==0.6.1
20+
more-itertools==8.2.0
21+
packaging==20.3
22+
pathspec==0.7.0
23+
pbr==5.4.4
24+
pluggy==0.13.1
25+
py==1.8.1
26+
pylint==2.4.4
27+
pyparsing==2.4.6
28+
pytest-cov==2.8.1
29+
pytest==5.4.1
30+
pyyaml==5.3.1
31+
regex==2020.2.20
32+
requests==2.23.0
33+
six==1.14.0
34+
smmap==3.0.1
35+
stevedore==1.32.0
36+
toml==0.10.0
37+
typed-ast==1.4.1
38+
urllib3==1.25.8
39+
wcwidth==0.1.9
40+
wrapt==1.11.2

requirements.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
-i https://pypi.org/simple
2+
cachetools==4.0.0
3+
certifi==2019.11.28
4+
chardet==3.0.4
5+
click==7.1.1
6+
fastapi==0.53.1
7+
gunicorn==20.0.4
8+
h11==0.9.0
9+
httptools==0.1.1 ; sys_platform != 'win32' and sys_platform != 'cygwin' and platform_python_implementation != 'PyPy'
10+
idna==2.9
11+
pydantic==1.4
12+
python-dateutil==2.8.1
13+
python-dotenv==0.12.0
14+
requests==2.23.0
15+
six==1.14.0
16+
starlette==0.13.2
17+
urllib3==1.25.8
18+
uvicorn==0.11.3
19+
uvloop==0.14.0 ; sys_platform != 'win32' and sys_platform != 'cygwin' and platform_python_implementation != 'PyPy'
20+
websockets==8.1

0 commit comments

Comments
 (0)