Skip to content

Commit 061fbbe

Browse files
chg: ➖ Created dev requirements
1 parent daa0c34 commit 061fbbe

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

requirements.dev.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
requests~=2.23.0
2+
pytest~=6.1.1
3+
python-magic~=0.4.18
4+
pytz~=2020.1
5+
setuptools~=49.2.0
6+
matplotlib~=3.1.2
7+
numpy~=1.18.5
8+
PyMuPDF~=1.18.1

requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
requests~=2.23.0
2-
pytest~=6.1.1
3-
python-magic~=0.4.18
42
pytz~=2020.1
53
setuptools~=49.2.0
64
matplotlib~=3.1.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def get_latest_git_tag(filepath):
2222

2323
APP_NAME = "mindee"
2424
PACKAGE_NAME = "mindee"
25-
GIT_URL = "https://github.com/teamMindee/python-mindee"
25+
GIT_URL = "https://github.com/publicMindee/mindee-api-python"
2626
VERSION = get_latest_git_tag(__file__)
2727

2828

0 commit comments

Comments
 (0)