mirror of
				https://github.com/cookiecutter/cookiecutter-django.git
				synced 2025-10-31 07:57:42 +03:00 
			
		
		
		
	Merge pull request #2108 from pydanny/pyup-update-psycopg2-binary-2.8.2-to-2.8.3
Update psycopg2-binary to 2.8.3
This commit is contained in:
		
						commit
						e409187a83
					
				|  | @ -4,9 +4,9 @@ Werkzeug==0.14.1  # pyup: < 0.15 # https://github.com/pallets/werkzeug | |||
| ipdb==0.12  # https://github.com/gotcha/ipdb | ||||
| Sphinx==2.1.1  # https://github.com/sphinx-doc/sphinx | ||||
| {%- if cookiecutter.use_docker == 'y' %} | ||||
| psycopg2==2.8.2 --no-binary psycopg2  # https://github.com/psycopg/psycopg2 | ||||
| psycopg2==2.8.3 --no-binary psycopg2  # https://github.com/psycopg/psycopg2 | ||||
| {%- else %} | ||||
| psycopg2-binary==2.8.2  # https://github.com/psycopg/psycopg2 | ||||
| psycopg2-binary==2.8.3  # https://github.com/psycopg/psycopg2 | ||||
| {%- endif %} | ||||
| 
 | ||||
| # Testing | ||||
|  |  | |||
|  | @ -3,7 +3,7 @@ | |||
| -r ./base.txt | ||||
| 
 | ||||
| gunicorn==19.9.0  # https://github.com/benoitc/gunicorn | ||||
| psycopg2==2.8.2 --no-binary psycopg2  # https://github.com/psycopg/psycopg2 | ||||
| psycopg2==2.8.3 --no-binary psycopg2  # https://github.com/psycopg/psycopg2 | ||||
| {%- if cookiecutter.use_whitenoise == 'n' %} | ||||
| Collectfast==0.6.2  # https://github.com/antonagestam/collectfast | ||||
| {%- endif %} | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user