Skip to content

Commit

Permalink
remove unused intervaltree dependency (#901)
Browse files Browse the repository at this point in the history
Summary:
**Pre-submission checklist**
- [ x] I've ran the linters locally and fixed lint errors related to the files I modified in this PR. You can install the linters by running `pip install -r requirements-dev.txt && pre-commit install`
- [x ] `pre-commit run`

the library intervaltree seems to be not anymore used in the codebase but still defined as a dependency currently the latest version is broken chaimleib/intervaltree#138

solves #902

Pull Request resolved: #901

Reviewed By: stroxler

Differential Revision: D60394186

Pulled By: samwgoldman

fbshipit-source-id: b6fd3b004437b5bd4283cbf87891cb454856d2e2
  • Loading branch information
nazimsiikcan authored and facebook-github-bot committed Jul 29, 2024
1 parent 1f7b581 commit 622bcbc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .pyre_configuration
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
{
"site-package": "graphql"
},
{
"site-package": "intervaltree"
},
{
"site-package": "libcst"
},
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
click>=8.0
dataclasses-json==0.5.7
intervaltree
libcst
psutil
pyre-extensions>=0.0.29
Expand Down

0 comments on commit 622bcbc

Please sign in to comment.