Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.

Commit 09884f6

Browse files
Reduce dependencies, pr template
1 parent c525860 commit 09884f6

File tree

2 files changed

+30
-26
lines changed

2 files changed

+30
-26
lines changed

.github/pull_request_template.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
## Summary
2+
3+
Summary of the PR here. The GitHub release description is created from this comment so keep it nice and descriptive.
4+
5+
Remember to remove sections that you don't need or use.
6+
7+
### Added
8+
9+
- Describe the added features
10+
11+
### Changed
12+
13+
- Describe the outwards facing code change
14+
15+
### Fixed
16+
17+
- Describe the fix and the bug
18+
19+
### Removed
20+
21+
- Describe what was removed and why
22+
23+
### Security
24+
25+
- Describe the security issue and the fix
26+
27+
### Deprecated
28+
29+
- Describe the part of the code being deprecated and why

requirements.txt

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,13 @@
11
alabaster==0.7.12
2-
atomicwrites==1.3.0
3-
attrs==19.3.0
42
azure-identity==1.5.0
5-
Babel==2.8.0
6-
certifi==2019.11.28
7-
chardet==3.0.4
8-
colorama==0.4.3
93
coverage==5.0
104
docutils==0.16
11-
idna==2.8
12-
imagesize==1.2.0
13-
importlib-metadata==1.3.0
14-
Jinja2==2.11.3
15-
MarkupSafe==1.1.1
16-
more-itertools==8.0.2
17-
numpy==1.17.4
18-
packaging==19.2
19-
pandas==0.25.3
20-
pluggy==0.13.1
21-
py==1.8.0
22-
Pygments==2.7.4
23-
pyparsing==2.4.5
5+
pandas==1.2.4
246
pytest==5.2.3
257
pytest-cov==2.8.1
268
pytest-mock==3.5.1
27-
python-dateutil==2.8.1
28-
pytz==2019.3
299
requests==2.22.0
3010
requests-mock==1.7.0
31-
six==1.13.0
32-
snowballstemmer==2.0.0
3311
Sphinx==2.3.1
3412
sphinx-rtd-theme==0.4.3
3513
sphinxcontrib-applehelp==1.0.1
@@ -38,6 +16,3 @@ sphinxcontrib-htmlhelp==1.0.2
3816
sphinxcontrib-jsmath==1.0.1
3917
sphinxcontrib-qthelp==1.0.2
4018
sphinxcontrib-serializinghtml==1.1.3
41-
urllib3==1.25.7
42-
wcwidth==0.1.7
43-
zipp==0.6.0

0 commit comments

Comments
 (0)