We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa0c34 commit 061fbbeCopy full SHA for 061fbbe
requirements.dev.txt
@@ -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
@@ -1,6 +1,4 @@
requests~=2.23.0
-pytest~=6.1.1
-python-magic~=0.4.18
pytz~=2020.1
setuptools~=49.2.0
matplotlib~=3.1.2
setup.py
@@ -22,7 +22,7 @@ def get_latest_git_tag(filepath):
22
23
APP_NAME = "mindee"
24
PACKAGE_NAME = "mindee"
25
-GIT_URL = "https://github.com/teamMindee/python-mindee"
+GIT_URL = "https://github.com/publicMindee/mindee-api-python"
26
VERSION = get_latest_git_tag(__file__)
27
28
0 commit comments