Skip to content

Commit 592b508

Browse files
committed
debugging conda workflow
1 parent d6e8735 commit 592b508

File tree

2 files changed

+27
-22
lines changed

2 files changed

+27
-22
lines changed

conda/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1
1+
-1

conda/requirements.txt

Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,30 @@
1-
aenum==3.1.12
2-
appdirs==1.4.4
3-
beautifulsoup4==4.12.2
4-
certifi==2023.5.7
5-
chardet==5.1.0
6-
charset-normalizer==3.1.0
71
dictdumper==0.8.4.post2
2+
3+
chardet==5.1.0
4+
aenum==3.1.12
5+
tbtrim==0.3.1
6+
7+
emoji==2.2.0
88
dpkt==1.9.8
9-
emoji==2.4.0
9+
scapy==2.5.0
10+
pyshark==0.6
11+
appdirs==1.4.4
12+
lxml==4.9.2
13+
packaging==23.1
14+
termcolor==2.3.0
15+
16+
requests==2.30.0
17+
certifi==2023.5.7
18+
charset-normalizer==3.1.0
19+
idna==3.4
20+
urllib3==2.0.2
21+
PySocks==1.7.1
22+
23+
beautifulsoup4==4.12.2
24+
soupsieve==2.4.1
1025
html5lib==1.1
11-
idna==3.4
12-
lxml==4.9.2
13-
packaging==23.1
26+
six==1.16.0
27+
webencodings==0.5.1
28+
1429
pathlib2==2.3.7.post1
15-
pyshark==0.6
16-
pysocks==1.7.1
17-
requests==2.31.0
18-
scapy==2.5.0
19-
six==1.16.0
20-
soupsieve==2.4.1
21-
tbtrim==0.3.1
22-
termcolor==2.3.0
23-
typing-extensions==4.6.3
24-
urllib3==2.0.2
25-
webencodings==0.5.1
30+
typing_extensions==4.6.3

0 commit comments

Comments
 (0)