Commit Graph

18 Commits

Author SHA1 Message Date
Jelmer Draaijer
008aeb21a0 Added Debian 11 (Bullseye) OS dependencies (duplicated from buster) 2021-10-26 13:58:18 +02:00
Bruno Alla
c382894934 Fix pre-commit hook issues 2021-04-07 20:57:04 +01:00
Fábio C. Barrionuevo da Luz
b9eaa50ff5
Add non-python requirements file for Ubuntu 20.04 2021-03-21 22:48:36 -03:00
David D
c7027526a3 Add Debian 10 (buster) OS dependencies 2019-12-22 12:52:22 +01:00
Bruno Alla
91585a0eb2 Add OS requirements for Ubuntu Bionic 18.04
Fixes #1973
2019-03-20 12:54:58 +00:00
Nikita Shupeyko
b2a6b9a511
Prettify generated project requirements (#1557)
* Prettify base.txt

* Prettify local.txt

* Get rid of test.txt

Rationale: it effectively a duplicate of what's in local.txt

* Prettify production.txt
2018-03-09 12:57:32 +03:00
David
fb83d8d8bd Add Debian 9 (Stretch) os dependencies (#1496) 2018-02-07 22:54:55 +03:00
Daniel Roy Greenfeld
6aced9ba73 Remove Python 2.7 support per #1129 (#1130)
* Remove Python 2.7 support per

* Remove Python 2.7 references

* Remove Python 2.7 references

* remove python 2 entirely
2017-04-21 12:31:45 -07:00
Andreas Meistad
41059ff4df Change use_python2 [N] to use_python3 [Y]
Fixes #747
2016-08-21 22:11:01 +02:00
David Díaz
f991913c24 Changed bash command substitution from command to $(command) 2016-06-25 20:29:31 +02:00
David Díaz
1aa7bfcf98 Improve install_os_dependencies.sh 2016-06-21 23:44:20 +02:00
David
fc4077a3ff Added OS requirements for Debian Jessie. (#630) 2016-06-17 19:17:31 -07:00
Fábio C. Barrionuevo da Luz
1812546e99 Improve install_os_dependencies.sh (#605)
* rename requirements.apt -> requirements-trusty.apt
and requirements.apt.xenial -> requirements-xenial.apt

* improve install_os_dependencies.sh

* remove unused non-python requirements

* rename "install" function to "install_packages" and
"upgrade" function to "upgrade_packages" to solve shellcheck lint errors
2016-06-08 20:15:01 -07:00
Eman Calso
3717cbb6aa Install python3-dev when not using python2 (#551)
* Install python3-dev if use_python2==n

By default, ubuntu-based distros would install python2-dev if you
install python-dev.
python3-dev should be installed explicitly if we're not using python2.

* Add Emanuel Calso to contributors
2016-05-23 14:46:34 -07:00
Audrey Roy Greenfeld
7897e0f48f Merge 2016-05-06 23:53:58 -07:00
Simón Castillo
d7c8531e25 Small fixes to utility scripts (#536)
* Fix python install utility when not using Heroku

Don't try to install `requirements.txt` which doesn't exist unless using Heroku.

* Fix bad absolute paths

* Allow dependency installation from any location
2016-04-30 22:26:33 -07:00
Daniel Roy Greenfeld
7dad5ac667 Removed Hitch per #529 2016-04-25 23:11:17 -07:00
Audrey Roy Greenfeld
15f350f05e Change repo_name to project_slug for clarity. 2016-04-20 10:00:35 -07:00