This is an automated email from the ASF dual-hosted git repository.

brondsem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git


The following commit(s) were added to refs/heads/master by this push:
     new f2f35a3  dataclasses is needed on py36 but cannot be installed by 
py37. OK to not declare it here, it'll get pulled in by werkzeug if needed
f2f35a3 is described below

commit f2f35a378f72ae505fe76330e884555b9a808a1e
Author: Dave Brondsema <[email protected]>
AuthorDate: Wed Oct 27 14:27:25 2021 -0400

    dataclasses is needed on py36 but cannot be installed by py37. OK to not 
declare it here, it'll get pulled in by werkzeug if needed
---
 requirements.txt | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 769f3c4..3aa4feb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,5 @@
 #
-# This file is autogenerated by pip-compile with python 3.6
+# This file is autogenerated by pip-compile with python 3.7
 # To update, run:
 #
 #    pip-compile
@@ -30,8 +30,6 @@ creoleparser==0.7.5
     # via pypeline
 cryptography==35.0.0
     # via -r requirements.in
-dataclasses==0.8
-    # via werkzeug
 datadiff==2.0.0
     # via -r requirements.in
 decorator==5.1.0

Reply via email to