mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Points to the organization fork of django-q, which now includes my replicated changes
This commit is contained in:
		
							
								
								
									
										4
									
								
								Pipfile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Pipfile
									
									
									
									
									
								
							| @@ -14,7 +14,7 @@ django = "~=4.0" | ||||
| django-cors-headers = "*" | ||||
| django-extensions = "*" | ||||
| django-filter = "~=21.1" | ||||
| django-q = {editable = true, ref = "relock-deps", git = "https://github.com/stumpylog/django-q.git"} | ||||
| django-q = {editable = true, ref = "paperless-main", git = "https://github.com/paperless-ngx/django-q.git"} | ||||
| djangorestframework = "~=3.13" | ||||
| filelock = "*" | ||||
| fuzzywuzzy = {extras = ["speedup"], version = "*"} | ||||
| @@ -23,13 +23,11 @@ imap-tools = "*" | ||||
| langdetect = "*" | ||||
| pathvalidate = "*" | ||||
| pillow = "~=9.1" | ||||
| # Any version update to pikepdf requires a base image update | ||||
| pikepdf = "~=5.1" | ||||
| python-gnupg = "*" | ||||
| python-dotenv = "*" | ||||
| python-dateutil = "*" | ||||
| python-magic = "*" | ||||
| # Any version update to psycopg2 requires a base image update | ||||
| psycopg2 = "*" | ||||
| redis = "*" | ||||
| # Pinned because aarch64 wheels and updates cause warnings when loading the classifier model. | ||||
|   | ||||
							
								
								
									
										10
									
								
								Pipfile.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										10
									
								
								Pipfile.lock
									
									
									
										generated
									
									
									
								
							| @@ -1,7 +1,7 @@ | ||||
| { | ||||
|     "_meta": { | ||||
|         "hash": { | ||||
|             "sha256": "1d3e45af4ae34722d55a93f3255fc60f5f95b2671d46fb97e4f06323bf8667c4" | ||||
|             "sha256": "5eb8d3dd2f13d65f3f334413f6905f1a7badc42adc79d34c8f8c8c61525aff59" | ||||
|         }, | ||||
|         "pipfile-spec": 6, | ||||
|         "requires": {}, | ||||
| @@ -322,8 +322,8 @@ | ||||
|         }, | ||||
|         "django-q": { | ||||
|             "editable": true, | ||||
|             "git": "https://github.com/stumpylog/django-q.git", | ||||
|             "ref": "20aa962739d41ea187540267e92bc01539c914d6" | ||||
|             "git": "https://github.com/paperless-ngx/django-q.git", | ||||
|             "ref": "71abc78fdaec029cf71e9849a3b0fa084a1678f7" | ||||
|         }, | ||||
|         "djangorestframework": { | ||||
|             "hashes": [ | ||||
| @@ -1695,9 +1695,7 @@ | ||||
|             "version": "==0.4.4" | ||||
|         }, | ||||
|         "coverage": { | ||||
|             "extras": [ | ||||
|                 "toml" | ||||
|             ], | ||||
|             "extras": [], | ||||
|             "hashes": [ | ||||
|                 "sha256:01c5615d13f3dd3aa8543afc069e5319cfa0c7d712f6e04b920431e5c564a749", | ||||
|                 "sha256:106c16dfe494de3193ec55cac9640dd039b66e196e4641fa8ac396181578b982", | ||||
|   | ||||
| @@ -7,7 +7,7 @@ | ||||
|  | ||||
| -i https://pypi.python.org/simple | ||||
| --extra-index-url https://www.piwheels.org/simple | ||||
| -e git+https://github.com/stumpylog/django-q.git@20aa962739d41ea187540267e92bc01539c914d6#egg=django-q | ||||
| -e git+https://github.com/paperless-ngx/django-q.git@71abc78fdaec029cf71e9849a3b0fa084a1678f7#egg=django-q | ||||
| aioredis==1.3.1 | ||||
| anyio==3.6.1; python_full_version >= '3.6.2' | ||||
| arrow==1.2.2; python_version >= '3.6' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Trenton Holmes
					Trenton Holmes