diff --git a/MANIFEST.in b/MANIFEST.in index eac2a1514..7bba0acf7 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -12,3 +12,4 @@ recursive-include doc * recursive-exclude test * global-exclude __pycache__ *.pyc +things got changed newly now diff --git a/requirements.txt b/requirements.txt index 7159416a9..c748674a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ gitdb>=4.0.1,<5 typing-extensions>=3.7.4.3;python_version<"3.8" +new