Skip to content

Commit 622bcbc

Browse files
nazimsiikcanfacebook-github-bot
authored andcommitted
remove unused intervaltree dependency (#901)
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
1 parent 1f7b581 commit 622bcbc

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.pyre_configuration

-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@
2626
{
2727
"site-package": "graphql"
2828
},
29-
{
30-
"site-package": "intervaltree"
31-
},
3229
{
3330
"site-package": "libcst"
3431
},

requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
click>=8.0
22
dataclasses-json==0.5.7
3-
intervaltree
43
libcst
54
psutil
65
pyre-extensions>=0.0.29

0 commit comments

Comments
 (0)