arrow-py / arrow

🏹 Better dates & times for Python
https://arrow.readthedocs.io
Apache License 2.0
8.64k stars 667 forks source link

Break up requirements.txt into multiple requirements files #1080

Closed jadchaar closed 2 years ago

jadchaar commented 2 years ago

Pull Request Checklist

Thank you for taking the time to improve Arrow! Before submitting your pull request, please check all appropriate boxes:

If you have any questions about your code changes or any of the points above, please submit your questions along with the pull request and we will try our best to help!

Description of Changes

Break up requirements-dev.txt into 3 different files:

  1. requirements.txt - main package dependencies specified in setup.py
  2. requirements-docs.txt - doc dependencies
  3. requirements-tests.txt - test dependencies
codecov[bot] commented 2 years ago

Codecov Report

Merging #1080 (467bf41) into master (74bc0a1) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master     #1080   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines         2237      2237           
  Branches       439       439           
=========================================
  Hits          2237      2237           
Impacted Files Coverage Δ
arrow/locales.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 74bc0a1...467bf41. Read the comment docs.