#99 Bump requirements.txt according to F31 package versions
Closed 4 years ago by kparal. Opened 4 years ago by frantisekz.

file modified
+3 -9
@@ -14,11 +14,9 @@ 

  The instructions here will use virtualenv so that there are no potential

  conflicts with system libs. At a bare minimum, you will need:

  

- * python-virtualenv

+ * python3-virtualenv

  * libcurl-devel

- * koji

- * rpm-python

- * pyOpenSSL

+ * krb5-devel

  

  If you plan on developing against a database other than sqlite, you will need

  to have that installed and configured, similarly to the production install
@@ -30,7 +28,7 @@ 

  

  Create a new virtualenv in the base of the source tree::

  

-   virtualenv --system-site-packages env_blockerbugs

+   virtualenv env_blockerbugs

  

  In order to install python packages into the virtualenv or use the packages

  inside the virtualenv, it must be activated::
@@ -45,10 +43,6 @@ 

  virtualenv (ie. activate the virtualenv first)::

  

    pip install -r requirements.txt

-   pip install -I python-fedora

- 

- (The second line is a workaround for `packaging differences on pypi

- <https://github.com/fedora-infra/python-fedora/issues/200>`_).

  

  

  Configuring dev environment

file modified
+22 -20
@@ -1,21 +1,23 @@ 

- Flask==0.10

- Flask-SQLAlchemy==2.0

- Flask-WTF>=0.8

- Jinja2>=2.7.2

- SQLAlchemy>=0.9.7

- WTForms>=2.0

- Werkzeug==0.9.1

- munch>=1.0.1

- mock>=0.8.0

- py>=1.4.9

- pytest>=2.3.5

- pytest-cov>=1.6

- python-bugzilla>=1.1.0

- kitchen>=1.1.1

- python-fedora>=0.5.5

- pycurl>=7.19.0

- Flask-FAS>=0.1.0

- alembic>=0.5.0

- Flask-Admin>=1.0.8

- iso8601>=0.1.4

+ alembic>=1.1.0

+ Flask-Admin>=1.5.2

+ Flask-SQLAlchemy==2.4.0

+ Flask-WTF>=0.14.2

+ Flask==1.0.2

+ iso8601>=0.1.11

+ Jinja2>=2.10.1

+ kitchen>=1.2.6

+ koji>=1.19

+ mock>=3.0.5

+ munch>=2.3.1

+ py>=1.8.0

+ pycurl>=7.43.0

+ pytest-cov>=2.7.1

+ pytest>=4.6.8

+ python-bugzilla>=2.3.0

+ python-fedora>=0.10.0 # Needs also backported https://github.com/fedora-infra/python-fedora/commit/4719f10b3af1cf068e969387eab7df7e935003cd

+ python-openid-cla>=1.2

+ python-openid-teams>=1.1

  python3-openid>=3.1.0

+ SQLAlchemy>=1.3.12

+ Werkzeug==0.14.1

+ WTForms>=2.2.1 

\ No newline at end of file

no initial comment

1 new commit added

  • development.rst: Update with python3 packages
4 years ago

3 new commits added

  • development.rst: Update with python3 packages
  • requirements.txt: Sort alphabetically
  • Bump requirements.txt according to F31 package versions
4 years ago

@kparal So, this should be all, can you take a look?

3 new commits added

  • development.rst: Update with python3 packages
  • requirements.txt: Sort alphabetically
  • Bump requirements.txt according to F31 package versions
4 years ago

Metadata Update from @frantisekz:
- Request assigned

4 years ago

Pull-Request has been closed by kparal

4 years ago