huz-relay commited on
Commit
e1ea9eb
1 Parent(s): 29bd164

Remove logging as a dependency

Browse files
Files changed (3) hide show
  1. Pipfile +0 -1
  2. Pipfile.lock +1 -8
  3. requirements.txt +0 -1
Pipfile CHANGED
@@ -7,7 +7,6 @@ name = "pypi"
7
  transformers = "*"
8
  pillow = "*"
9
  torch = "*"
10
- logging = "*"
11
 
12
  [dev-packages]
13
 
 
7
  transformers = "*"
8
  pillow = "*"
9
  torch = "*"
 
10
 
11
  [dev-packages]
12
 
Pipfile.lock CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_meta": {
3
  "hash": {
4
- "sha256": "d2cc81eabeb4001a0933c7fe68bde6dae34d241899c017a7e1fada250b02d606"
5
  },
6
  "pipfile-spec": 6,
7
  "requires": {
@@ -160,13 +160,6 @@
160
  "markers": "python_version >= '3.7'",
161
  "version": "==3.1.4"
162
  },
163
- "logging": {
164
- "hashes": [
165
- "sha256:26f6b50773f085042d301085bd1bf5d9f3735704db9f37c1ce6d8b85c38f2417"
166
- ],
167
- "index": "pypi",
168
- "version": "==0.4.9.6"
169
- },
170
  "markupsafe": {
171
  "hashes": [
172
  "sha256:00e046b6dd71aa03a41079792f8473dc494d564611a8f89bbbd7cb93295ebdcf",
 
1
  {
2
  "_meta": {
3
  "hash": {
4
+ "sha256": "7a2624bd76968ab76a35343f263a0650cb105c90def7d0a508d9874eaa81f979"
5
  },
6
  "pipfile-spec": 6,
7
  "requires": {
 
160
  "markers": "python_version >= '3.7'",
161
  "version": "==3.1.4"
162
  },
 
 
 
 
 
 
 
163
  "markupsafe": {
164
  "hashes": [
165
  "sha256:00e046b6dd71aa03a41079792f8473dc494d564611a8f89bbbd7cb93295ebdcf",
requirements.txt CHANGED
@@ -6,7 +6,6 @@ fsspec==2024.6.0; python_version >= '3.8'
6
  huggingface-hub==0.23.3; python_full_version >= '3.8.0'
7
  idna==3.7; python_version >= '3.5'
8
  jinja2==3.1.4; python_version >= '3.7'
9
- logging==0.4.9.6
10
  markupsafe==2.1.5; python_version >= '3.7'
11
  mpmath==1.3.0
12
  networkx==3.3; python_version >= '3.10'
 
6
  huggingface-hub==0.23.3; python_full_version >= '3.8.0'
7
  idna==3.7; python_version >= '3.5'
8
  jinja2==3.1.4; python_version >= '3.7'
 
9
  markupsafe==2.1.5; python_version >= '3.7'
10
  mpmath==1.3.0
11
  networkx==3.3; python_version >= '3.10'