Skip to content

Commit dd180e3

Browse files
committed
Remove requirements
1 parent 5af1313 commit dd180e3

File tree

2 files changed

+0
-29
lines changed

2 files changed

+0
-29
lines changed

dev-requirements.txt

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +0,0 @@
1-
attrs==18.2.0 # Modern attrs is required for pytest
2-
autoflake==1.2
3-
check-manifest==0.37
4-
codecov==2.0.15 # Upload coverage data
5-
dodgy==0.1.9 # Look for uploaded secrets
6-
flake8==3.5.0 # Lint
7-
flake8-commas==2.0.0 # Require silicon valley commas
8-
flake8-quotes==1.0.0 # Require single quotes
9-
freezegun==0.3.10 # Freeze time in tests
10-
hypothesis==3.70.3 # Generate test cases
11-
isort==4.3.4 # Lint imports
12-
mypy==0.620 # Type checking
13-
pip_check_reqs==2.0.3
14-
pydocstyle==2.1.1 # Lint docstrings
15-
pyenchant==2.0.0 # Bindings for a spellchecking sytem
16-
pylint==2.1.1 # Lint
17-
pyroma==2.4 # Packaging best practices checker
18-
pytest-cov==2.6.0 # Measure code coverage
19-
pytest-envfiles==0.1.0 # Use files for environment variables for tests
20-
pytest==3.8.0 # Test runners
21-
timeout-decorator==0.4.0 # Decorate functions to time out.
22-
vulture==0.29
23-
yapf==0.24.0 # Automatic formatting for Python
24-
PyYAML==3.13

requirements.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
pillow==5.2.0 # Image library.
2-
pytz==2018.5
3-
requests-mock==1.5.2 # Mock `requests`.
4-
requests==2.19.1
5-
wrapt==1.10.11 # Make better decorators.

0 commit comments

Comments
 (0)