-
Notifications
You must be signed in to change notification settings - Fork 14.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: remove unnecessary deps #15787
Conversation
Codecov Report
@@ Coverage Diff @@
## master #15787 +/- ##
==========================================
+ Coverage 77.05% 77.17% +0.11%
==========================================
Files 984 984
Lines 51650 52365 +715
Branches 6991 6991
==========================================
+ Hits 39801 40414 +613
- Misses 11625 11727 +102
Partials 224 224
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
f7414ef
to
01d9b6b
Compare
"pyparsing>=2.4.7, <3.0.0", | ||
"holidays==0.10.3", # PINNED! https://github.com/dr-prodigy/python-holidays/issues/406 | ||
"deprecation>=2.1.0, <2.2.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are duplicates, see lines 99, 88, and 77 above.
2cab9e6
to
e96b419
Compare
400052c
to
de1f98d
Compare
* chore: remove unneeded deps * fix lint * Run compile
* chore: remove unneeded deps * fix lint * Run compile
* chore: remove unneeded deps * fix lint * Run compile
SUMMARY
Remove
contextlib2
andpathlib2
, since they are backports that we no longer need.I also cleaned up the deps in
setup.py
, we had duplicate deps.BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
N/A
TESTING INSTRUCTIONS
N/A
ADDITIONAL INFORMATION