Skip to content

Commit 40464e7

Browse files
committed
fix requirements
1 parent 917c7cf commit 40464e7

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

requirements.txt

+2-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile requirements.in
66
#
7-
-e .
7+
-e file:///home/david/projects/noteql
88
# via -r requirements.in
99
anyio==3.6.2
1010
# via jupyter-server
@@ -277,7 +277,7 @@ sniffio==1.3.0
277277
# via anyio
278278
soupsieve==2.3.2.post1
279279
# via beautifulsoup4
280-
sqlalchemy==2.0.3
280+
sqlalchemy==1.4.46
281281
# via noteql
282282
stack-data==0.6.2
283283
# via ipython
@@ -315,8 +315,6 @@ traitlets==5.9.0
315315
# nbformat
316316
# notebook
317317
# qtconsole
318-
typing-extensions==4.4.0
319-
# via sqlalchemy
320318
uri-template==1.2.0
321319
# via jsonschema
322320
urllib3==1.26.14

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
install_requires=[
1515
"ijson",
1616
"xmltodict",
17-
"sqlalchemy",
1817
"psycopg2-binary",
1918
"sqlalchemy<2",
2019
"ijson",

0 commit comments

Comments
 (0)